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