diff --git a/styles/index.css b/styles/index.css index d99a0be..ce64533 100644 --- a/styles/index.css +++ b/styles/index.css @@ -295,9 +295,18 @@ .h-fit { height: fit-content; } + .max-h-\[10vh\] { + max-height: 10vh; + } .max-h-\[50em\] { max-height: 50em; } + .max-h-\[80vh\] { + max-height: 80vh; + } + .max-h-\[100vh\] { + max-height: 100vh; + } .max-h-full { max-height: 100%; } diff --git a/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl b/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl index 63e1075..f19060e 100644 --- a/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl +++ b/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl @@ -315,7 +315,7 @@ /> -