Changed dice tray max width
This commit is contained in:
parent
a09e4f41ca
commit
8864ef4494
@ -239,7 +239,7 @@ function DiceTrayOverlay({ isOpen }) {
|
|||||||
maxWidth:
|
maxWidth:
|
||||||
diceTraySize === "single"
|
diceTraySize === "single"
|
||||||
? "calc(50vh - 48px)"
|
? "calc(50vh - 48px)"
|
||||||
: "calc(100vh - 48px)",
|
: "calc(100vh - 64px)",
|
||||||
paddingBottom: diceTraySize === "single" ? "200%" : "100%",
|
paddingBottom: diceTraySize === "single" ? "200%" : "100%",
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
display: isOpen ? "block" : "none",
|
display: isOpen ? "block" : "none",
|
||||||
|
Loading…
Reference in New Issue
Block a user