pleasing the linter gods

This commit is contained in:
Henry Jameson 2025-12-11 18:29:55 +02:00
commit 3355f1d797
10 changed files with 21 additions and 13 deletions

View file

@ -208,10 +208,11 @@
}
}
/* stylelint-disable no-descending-specificity */
.setting-item {
grid-template-columns: 1fr min-content;
column-gap: 0.5em;
padding: 1em 1em;
padding: 1em;
align-items: center;
.setting-label {
@ -229,6 +230,8 @@
}
}
.setting-list:not(.suboptions),
.option-list {
&.two-column {