mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
fix(serverheader): fixed positioning of header
This commit is contained in:
@@ -23,7 +23,7 @@ const ServerBanner = styled.div<Omit<Props, "server">>`
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: norepeat;
|
background-repeat: norepeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user