Improve how Show controls looks in the hover menu

This commit is contained in:
oobabooga 2025-06-01 10:58:28 -07:00
parent 3e3746283c
commit 83849336d8

View file

@ -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 {