feat: align distribution lists with shared UI foundations

This commit is contained in:
2026-08-18 21:32:34 +02:00
parent dfbb92752b
commit 3f1177abbd
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -217,7 +217,7 @@
.dist-lists-entry-dialog {
width: min(780px, calc(100vw - 32px));
max-width: 780px;
max-width: 760px;
}
.dist-lists-provider-notices {
@@ -300,7 +300,7 @@
word-break: break-word;
}
@media (max-width: 1040px) {
@media (max-width: 1100px) {
.dist-lists-workspace-toolbar {
align-items: flex-start;
}