mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(serverheader): fixed positioning of header
This commit is contained in:
parent
8fa6f87dc2
commit
79114d72b8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const ServerBanner = styled.div<Omit<Props, "server">>`
|
|||
flex-shrink: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
|
||||
background-size: cover;
|
||||
background-repeat: norepeat;
|
||||
|
|
Loading…
Reference in a new issue