[UI] improve preset and site controls alignment.

This commit is contained in:
hackademix 2021-02-12 18:59:17 +01:00
parent b2a60c5408
commit 9eb58f75e5
1 changed files with 3 additions and 6 deletions

View File

@ -196,6 +196,7 @@ html:not(.mobile) .sites > tr.site:focus-within {
padding: 0 0 0 0.5em; padding: 0 0 0 0.5em;
color: #000; color: #000;
vertical-align: top; vertical-align: top;
width: 80%;
} }
.site .url .protocol { display: none } .site .url .protocol { display: none }
@ -265,10 +266,6 @@ td.presets {
white-space: nowrap; white-space: nowrap;
} }
.mobile td.presets {
white-space: normal;
}
span.preset { span.preset {
position: relative; position: relative;
display: inline-block; display: inline-block;
@ -415,7 +412,7 @@ input.temp + label {
input.preset:checked ~ input.temp { input.preset:checked ~ input.temp {
opacity: .5; opacity: .5;
right: .5em; right: 0;
pointer-events: all; pointer-events: all;
} }
@ -436,7 +433,7 @@ input.preset:checked ~ input.temp {
margin: 0 0.06em 0.06em 0.06em; margin: 0 0.06em 0.06em 0.06em;
} }
.customizing input.preset:checked, #presets input.preset, #presets input.preset:checked { .customizing input.preset:checked, #presets input.preset, #presets input.preset:checked {
margin: 0 1em -0.2em 1em; margin: 0 0 -0.2em 1em;
border-radius: 0.5em 0.5em 0 0; border-radius: 0.5em 0.5em 0 0;
} }