mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 23:02:00 +03:00
More fixes to the layout and padding issues which was causing the UI to jump sometimes.
This commit is contained in:
parent
99a25bc399
commit
a47d143ecc
@ -160,7 +160,7 @@ div.gallery:hover {
|
||||
/* Remove some empty spaces to make the UI more compact. */
|
||||
.css-18e3th9{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-right: 30px;
|
||||
position: unset !important; /* Fixes the layout/page going up when an expander or another item is expanded and then collapsed */
|
||||
}
|
||||
.css-k1vhr4{
|
||||
|
Loading…
Reference in New Issue
Block a user