mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 14:17:09 -04:00
Improve how Show controls looks in the hover menu
This commit is contained in:
parent
3e3746283c
commit
83849336d8
1 changed files with 2 additions and 1 deletions
|
@ -776,9 +776,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
justify-content: space-between;
|
justify-content: start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#show-controls label input {
|
#show-controls label input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue