mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
fix(settings): fixing header in mobile settings
This commit is contained in:
parent
356291cc4f
commit
32182b1803
2 changed files with 2 additions and 9 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue