mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
UI: Fix extra gaps on the right sidebar
This commit is contained in:
parent
f8d220c1e6
commit
85f2f01a3a
|
|
@ -1555,3 +1555,8 @@ strong {
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix extra gaps for hidden elements on the right sidebar */
|
||||||
|
.svelte-sa48pu.stretch:has(> .hidden:only-child) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue