mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Optimize sidebar behavior
- Flex squishing of buttons: component all:unset was overriding reset - Added overflow handling to nav body and page content - Removed scrollbar and added scroll shadow for nav body
This commit is contained in:
parent
bc83309d6d
commit
eac98192be
2 changed files with 35 additions and 8 deletions
|
@ -1,6 +1,11 @@
|
|||
/* CSS Components */
|
||||
button, .button {
|
||||
all: unset;
|
||||
text-decoration: unset;
|
||||
border: unset;
|
||||
text-align: unset;
|
||||
font-weight: unset;
|
||||
line-height: unset;
|
||||
font: unset;
|
||||
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue