better web settings

This commit is contained in:
EugeneTes
2026-03-19 09:13:09 +01:00
parent 83597b8763
commit 810c7053c0
4 changed files with 367 additions and 6 deletions

View File

@@ -289,5 +289,26 @@
}
.settings-field {
margin-bottom: 12px;
margin-bottom: 16px;
}
/* List Editor Dialog */
.list-editor-layout {
display: flex;
gap: 12px;
min-height: 300px;
}
.list-editor-list {
flex: 1;
border: 1px solid #e0e0e0;
overflow-y: auto;
max-height: 350px;
}
.list-editor-buttons {
display: flex;
flex-direction: column;
gap: 8px;
min-width: 80px;
}