mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-05 05:03:50 +01:00
Improve how Show controls looks in the hover menu
This commit is contained in:
parent
3e3746283c
commit
83849336d8
|
|
@ -776,9 +776,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
font-weight: bold;
|
||||
justify-content: space-between;
|
||||
justify-content: start;
|
||||
width: 100%;
|
||||
padding-right: 12px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
#show-controls label input {
|
||||
|
|
|
|||
Loading…
Reference in a new issue