Revert "Simplify settings preferences layout"

This reverts commit b3b097d265.
This commit is contained in:
2026-04-02 01:08:45 +03:00
parent b3b097d265
commit 02d1d0dc4b
4 changed files with 58 additions and 66 deletions

View File

@@ -450,23 +450,6 @@ button,
color: var(--muted);
}
.settings-toolbar {
display: flex;
align-items: end;
gap: 12px;
flex-wrap: wrap;
}
.compact-field {
min-width: 220px;
flex: 0 1 240px;
}
.compact-field span {
color: var(--muted);
font-size: 12px;
}
.toolbar-actions {
flex-wrap: wrap;
}
@@ -580,6 +563,10 @@ tbody tr:last-child td {
display: block;
}
.system-settings-card {
gap: 12px;
}
.system-fields,
.service-editor-grid {
display: grid;
@@ -707,8 +694,7 @@ pre {
}
.shell-header,
.table-toolbar,
.settings-toolbar {
.table-toolbar {
flex-direction: column;
align-items: flex-start;
}