Changed dice tray max width

This commit is contained in:
Mitchell McCaffrey 2020-05-28 15:06:11 +10:00
parent a09e4f41ca
commit 8864ef4494

View File

@ -239,7 +239,7 @@ function DiceTrayOverlay({ isOpen }) {
maxWidth:
diceTraySize === "single"
? "calc(50vh - 48px)"
: "calc(100vh - 48px)",
: "calc(100vh - 64px)",
paddingBottom: diceTraySize === "single" ? "200%" : "100%",
borderRadius: "4px",
display: isOpen ? "block" : "none",