• Home
  • Categories
    • All Categories
    • Individual Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Solved
Collapse
Sudonix

Sudonix DEV

Bug Navbar CSS

Scheduled Pinned Locked Moved Solved Customisation
navbarcss
3 Posts 2 Posters 107 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.
  • DownPWundefined Offline
    DownPWundefined Offline
    DownPW
    wrote on last edited by phenomlab
    #1

    Hi,

    I have this bug on my navbar with Night Mode Plugin.
    A space appears between bottom border and higlight/active icon :
    alt text

    Here is my CUSTOM CSS

    .navbar-default {
        background-color: black;
        border-color: 2px solid silver;
        box-shadow: 0 0 5px 0 silver;
        opacity: 1;
    }
    

    I’m oblige to add this for fix this bug:

    .navbar-default {
    ...
    ...
    ...
    ....
    height: 50px;
    }
    

    Can we do better than that?

    This is my test signature

    phenomlabundefined 1 Reply Last reply
    0
  • phenomlabundefined Offline
    phenomlabundefined Offline
    phenomlab
    replied to DownPW on last edited by phenomlab
    #2

    @downpw It’s because of the drop shadow you are using. If you set the below CSS, then this will counteract it

    .navbar-default {
        height: 50px;
    }
    

    Or, you could use

    .navbar-default {
        max-height: 50px;
    }
    
    1 Reply Last reply
    1
  • DownPWundefined Offline
    DownPWundefined Offline
    DownPW
    wrote on last edited by
    #3

    Not better way.

    Thanks.

    This is my test signature

    1 Reply Last reply
    0
  • DownPWundefined DownPW has marked this topic as solved on

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Home
  • Categories
    • All Categories
    • Individual Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Solved