diff --git a/src/components/ui/Header.tsx b/src/components/ui/Header.tsx index 61c88ce1..3492985a 100644 --- a/src/components/ui/Header.tsx +++ b/src/components/ui/Header.tsx @@ -35,16 +35,9 @@ const Header = styled.div` background-color: rgba(54, 54, 54, 0.75); backdrop-filter: blur(10px); z-index: 20; - position: absolute; width: 100%; - /*> div { - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - }*/ - svg { flex-shrink: 0; } diff --git a/src/pages/settings/Settings.module.scss b/src/pages/settings/Settings.module.scss index 1e2863f3..9de7c139 100644 --- a/src/pages/settings/Settings.module.scss +++ b/src/pages/settings/Settings.module.scss @@ -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; } } }