mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -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);
|
||||
backdrop-filter: blur(10px);
|
||||
z-index: 20;
|
||||
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
||||
/*> div {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}*/
|
||||
|
||||
svg {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue