mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix(header): fixed header background
This commit is contained in:
@@ -26,9 +26,12 @@ const ServerBanner = styled.div<Props>`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: end;
|
||||
background-position: center;
|
||||
/*background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-size: cover;*/
|
||||
|
||||
background-size: cover !important;
|
||||
background-position: center center !important;
|
||||
|
||||
${(props) =>
|
||||
props.background &&
|
||||
|
||||
Reference in New Issue
Block a user