mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 14:05:36 +03:00
Changed some values to be dynamic instead of a fixed value so they are more responsive.
This commit is contained in:
parent
cbc2a57bc1
commit
dee13a11c6
@ -59,8 +59,8 @@ button[kind="header"] {
|
||||
/* The navigation menu specs and size */
|
||||
section[data-testid="stSidebar"] > div {
|
||||
height: 100%;
|
||||
width: 95px !important;
|
||||
min-width: 95px !important;
|
||||
width: 4% !important;
|
||||
min-width: 100% !important;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
@ -79,8 +79,8 @@ button[kind="header"] {
|
||||
|
||||
/* added to avoid main sectors (all element to the right of sidebar from) moving */
|
||||
section[data-testid="stSidebar"] {
|
||||
width: 95px !important;
|
||||
min-width: 95px !important;
|
||||
width: 4% !important;
|
||||
min-width: 4% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user