This commit is contained in:
isUnknown 2025-12-11 13:39:23 +01:00
parent 4ae4a6d509
commit 5fb9cf68a3
7 changed files with 50 additions and 86 deletions

View file

@ -14,19 +14,19 @@
font-size: 0.8rem;
color: var(--color-interface-400);
}
}
.settings-subsection:not(:last-child) {
border-bottom: 1px solid var(--color-interface-100);
}
.settings-subsection:not(:last-child) {
border-bottom: 1px solid var(--color-interface-100);
}
.settings-subsection {
padding: var(--space-xs) 0;
.settings-subsection {
padding: var(--space-xs) 0;
h3 {
margin-top: calc(var(--space-xs) * 1.5);
margin-bottom: calc(var(--space-xs) * 2);
font-size: 1rem;
font-weight: 600;
}
h3 {
margin-top: calc(var(--space-xs) * 1.5);
margin-bottom: calc(var(--space-xs) * 2);
font-size: 1rem;
font-weight: 600;
}
}

View file

@ -78,6 +78,7 @@ input[type="number"] {
width: 100%;
}
.field-checkbox{
grid-column: 2;
padding-top: var(--space-xs);
label{
font-weight: 400;

View file

@ -47,10 +47,7 @@
flex: 1;
padding: 1rem;
overflow-y: auto;
background: white;
display: flex;
flex-direction: column;
gap: 1rem;
background-color: var(--color-panel-bg);
}
.settings-subsection h4 {