mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Further optimize spacing to waste less space
This commit is contained in:
@@ -322,8 +322,16 @@ input::-webkit-inner-spin-button {
|
||||
}
|
||||
|
||||
#mainNav.fixed-top .sidenav-toggler {
|
||||
margin-top:calc(100vh - 48px)
|
||||
margin-top:calc(100vh - 48px);
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
margin-left: 245px;
|
||||
}
|
||||
}
|
||||
|
||||
body.fixed-nav {
|
||||
padding-top: 54px;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Reference in New Issue
Block a user