fix: use dynamic view height for mobile support (#1014)
This commit is contained in:
committed by
GitHub
parent
bf7ebcaed2
commit
94b21424ce
@ -3,8 +3,8 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
main: "calc(100vh - 64px)",
|
||||
"main-mobile": "calc(100vh - 128px)",
|
||||
main: "calc(100dvh - 64px)",
|
||||
"main-mobile": "calc(100dvh - 128px)",
|
||||
"media-library-dialog": "80vh",
|
||||
"media-card": "240px",
|
||||
"media-preview-image": "104px",
|
||||
|
Reference in New Issue
Block a user