mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Made the navbar a little smaller
This commit is contained in:
@@ -120,9 +120,15 @@ input::-webkit-inner-spin-button {
|
||||
|
||||
/* Navigation style customizations */
|
||||
#mainNav {
|
||||
line-height: 1;
|
||||
background-color: #e5e5e5 !important;
|
||||
border-bottom: 2px solid !important;
|
||||
border-color: #d6d6d6 !important;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
#mainNav .dropdown-menu {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.navbar-sidenav {
|
||||
@@ -307,6 +313,20 @@ input::-webkit-inner-spin-button {
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:992px) {
|
||||
#mainNav .navbar-collapse .navbar-sidenav {
|
||||
margin-top: 46px;
|
||||
}
|
||||
|
||||
#mainNav.fixed-top .navbar-sidenav {
|
||||
height: calc(100vh - 94px)
|
||||
}
|
||||
|
||||
#mainNav.fixed-top .sidenav-toggler {
|
||||
margin-top:calc(100vh - 48px)
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
min-height: inherit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user