mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-15 07:12:58 +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 */
|
/* The navigation menu specs and size */
|
||||||
section[data-testid="stSidebar"] > div {
|
section[data-testid="stSidebar"] > div {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 95px !important;
|
width: 4% !important;
|
||||||
min-width: 95px !important;
|
min-width: 100% !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -79,8 +79,8 @@ button[kind="header"] {
|
|||||||
|
|
||||||
/* added to avoid main sectors (all element to the right of sidebar from) moving */
|
/* added to avoid main sectors (all element to the right of sidebar from) moving */
|
||||||
section[data-testid="stSidebar"] {
|
section[data-testid="stSidebar"] {
|
||||||
width: 95px !important;
|
width: 4% !important;
|
||||||
min-width: 95px !important;
|
min-width: 4% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user