diff --git a/css/main.css b/css/main.css index 1234bc40..5ff88083 100644 --- a/css/main.css +++ b/css/main.css @@ -414,10 +414,15 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { #show-controls { position: absolute; - left: calc(100% - 179px); height: 100%; background-color: var(--background-fill-primary); border: 0px; + border-radius: 0px; +} + +#show-controls label { + position: absolute; + left: calc(100% - 179px); } #show-controls input {