• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

How to disable the panel-resizer functionality?

Scheduled Pinned Locked Moved Technical Support
5 Posts 2 Posters 2.0k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • limkerL Offline
    limkerL Offline
    limker
    wrote on last edited by
    #1

    Hi,

    I want to disable the resizer function in the Lavender theme.

    Thanks.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #2

    Have you tried adding this as custom css?

    .resizer {
      display: none;
    }
    
    limkerL 1 Reply Last reply
    0
  • limkerL Offline
    limkerL Offline
    limker
    replied to julian on last edited by
    #3

    @julian that only hides the button, but by default, the site displays at 100%. I don't want that.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #4

    @limker I believe the default is fixed width, not full fluid 100% width, so by default all users should get the fixed width view.

    If you want to force fixed width even on users who've toggled the fluid width option, you could add a bit of js to fix that up.

    1 Reply Last reply
    0
  • limkerL Offline
    limkerL Offline
    limker
    wrote on last edited by
    #5

    A more quick solution:

    Change

    .container-fluid {
    .container-fixed();
    }

    to

    .container-fluid {
    .container;
    }

    in nodebb-theme-vanilla/less/bootstrap/grid.less

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development