admin settings styles

This commit is contained in:
Henry Jameson 2026-06-01 20:00:06 +03:00
commit ad4d178199
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@
.tab-slot-wrapper { .tab-slot-wrapper {
flex: 1 1 auto; flex: 1 1 auto;
height: 100%; height: 100%;
padding: 0 1em;
overflow-y: auto; overflow-y: auto;
display: grid; display: grid;
grid-template-columns: minmax(1em, 1fr) minmax(min-content, 45em) minmax(1em, 1fr); grid-template-columns: minmax(1em, 1fr) minmax(min-content, 45em) minmax(1em, 1fr);

View file

@ -38,6 +38,7 @@
p { p {
line-height: 1.5; line-height: 1.5;
margin-left: 2em;
} }
.sidenote { .sidenote {
@ -49,6 +50,7 @@
.setting-description { .setting-description {
margin-top: 0.2em; margin-top: 0.2em;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0;
font-size: 80%; font-size: 80%;
} }