Restore proxy endpoint setting

This commit is contained in:
2026-04-02 01:42:45 +03:00
parent 19ac2966c8
commit 0ae46d22d2
6 changed files with 32 additions and 7 deletions

View File

@@ -450,13 +450,19 @@ button,
color: var(--muted);
}
.settings-toolbar {
.settings-toolbar,
.panel-settings-grid {
display: flex;
align-items: end;
gap: 12px;
flex-wrap: wrap;
}
.panel-settings-wide {
min-width: 280px;
flex: 1 1 320px;
}
.compact-field {
min-width: 220px;
flex: 0 1 240px;
@@ -708,7 +714,8 @@ pre {
.shell-header,
.table-toolbar,
.settings-toolbar {
.settings-toolbar,
.panel-settings-grid {
flex-direction: column;
align-items: flex-start;
}