fix(settings): fixing header in mobile settings

This commit is contained in:
trashtemp
2021-12-27 15:58:30 +01:00
parent 2e1660d8ce
commit 4bf6e460ed
2 changed files with 2 additions and 9 deletions

View File

@@ -54,7 +54,7 @@
overflow-y: auto;
.container {
padding: 20px 8px calc(var(--bottom-navigation-height) + 30px);
padding: 76px 8px calc(var(--bottom-navigation-height) + 30px);
min-width: 218px;
}
@@ -76,7 +76,7 @@
.contentcontainer {
max-width: unset !important;
padding: 16px 12px var(--bottom-navigation-height) !important;
padding: 72px 12px var(--bottom-navigation-height) !important;
}
}
}