fix(settings): fixing header in mobile settings

This commit is contained in:
trashtemp 2021-12-27 15:58:30 +01:00
parent 356291cc4f
commit 32182b1803
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6
2 changed files with 2 additions and 9 deletions

View file

@ -35,16 +35,9 @@ const Header = styled.div<Props>`
background-color: rgba(54, 54, 54, 0.75); background-color: rgba(54, 54, 54, 0.75);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
z-index: 20; z-index: 20;
position: absolute; position: absolute;
width: 100%; width: 100%;
/*> div {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}*/
svg { svg {
flex-shrink: 0; flex-shrink: 0;
} }

View file

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