better web settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user