Migrate Voting interface patterns

This commit is contained in:
2026-08-03 13:16:24 +02:00
parent 0a4e06077d
commit 2625990639
9 changed files with 427 additions and 38 deletions
+9
View File
@@ -85,6 +85,10 @@
flex-direction: column;
}
.voting-workspace > .action-blocker-hint {
margin: 12px 16px 0;
}
.voting-detail-viewport > div {
padding: 16px 20px 28px;
}
@@ -214,6 +218,11 @@
overflow: auto;
}
.voting-editor-help {
display: flex;
justify-content: flex-end;
}
.voting-editor-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));