[improve] mobile css, [fix] sorting issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-12 16:04:31 -05:00
parent d06914aaf1
commit 1930dfc099
7 changed files with 60 additions and 58 deletions

View File

@@ -15,10 +15,11 @@ html {
main {
height: calc(100dvh - 4rem - env(safe-area-inset-top));
overflow: hidden;
}
#container {
padding-bottom: calc(5em + env(safe-area-inset-bottom) * 2);
padding-bottom: calc(5.5em + env(safe-area-inset-bottom) * 2);
}
/* No Scrollbar - IE, Edge, Firefox */

File diff suppressed because one or more lines are too long