style(legacy)/checkboxes and radios: add a gap between the tickbox and the label

This commit is contained in:
Adorian Doran 2025-08-26 02:43:18 +03:00 committed by Elian Doran
parent 0e6ad42923
commit a54177fee0
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -176,6 +176,11 @@ label.tn-checkbox + label.tn-checkbox {
margin-left: 12px;
}
label.tn-radio input[type="radio"],
label.tn-checkbox input[type="checkbox"] {
margin-right: .5em;
}
#left-pane input,
#left-pane select,
#left-pane textarea {

View File

@ -455,6 +455,7 @@ optgroup {
left: 0;
width: var(--box-size);
height: 100%;
margin: unset;
opacity: 0 !important;
}