mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
feat: new mobile menu (#3251)
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
html {
|
||||
min-height: calc(100% + env(safe-area-inset-top));
|
||||
padding: env(safe-area-inset-top) env(safe-area-inset-right)
|
||||
env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||
calc(4rem + env(safe-area-inset-bottom)) env(safe-area-inset-left);
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
html {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -460,6 +466,18 @@
|
||||
top: calc(-4rem - env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
.absolute-bottom-shift {
|
||||
bottom: calc(5rem + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.safe-shift-edit-menu {
|
||||
bottom: calc(54px + env(safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.padding-bottom-safe {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.min-h-screen-shift {
|
||||
min-height: calc(100vh + env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user