Adopt shared WebUI layout primitives
This commit is contained in:
@@ -118,6 +118,7 @@ export default function VotingBallotDialog({
|
||||
onClose={requestClose}
|
||||
closeDisabled={busy}
|
||||
portal
|
||||
size="wide"
|
||||
className="voting-ballot-dialog"
|
||||
footer={
|
||||
<>
|
||||
|
||||
@@ -206,7 +206,6 @@
|
||||
}
|
||||
|
||||
.voting-ballot-dialog {
|
||||
width: min(1040px, calc(100vw - 32px));
|
||||
height: min(820px, calc(100vh - 32px));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user