mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 14:52:31 +03:00
Removed the padding at the top of the sidebar so we can have more free space.
This commit is contained in:
parent
a3ae2d4a94
commit
117046ccdc
@ -68,7 +68,7 @@ button[kind="header"] {
|
|||||||
background-color: #111;
|
background-color: #111;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
transition: 0.5s ease;
|
transition: 0.5s ease;
|
||||||
padding-top: 60px;
|
padding-top: 0px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user