Migrate Committee interface patterns

This commit is contained in:
2026-08-03 12:48:55 +02:00
parent 11b946ea78
commit e64af30534
10 changed files with 719 additions and 79 deletions
+9
View File
@@ -38,6 +38,10 @@
margin: 10px 16px 0;
}
.committee-shell > .action-blocker-hint {
margin: 10px 16px 0;
}
.committee-workspace {
display: grid;
grid-template-columns: minmax(220px, 0.7fr) minmax(260px, 0.9fr) minmax(420px, 2fr);
@@ -259,6 +263,11 @@
gap: 13px;
}
.committee-dialog-help {
display: flex;
justify-content: flex-end;
}
.committee-form-grid,
.committee-count-grid {
display: grid;