mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
fix(header): fixed header background
This commit is contained in:
parent
e814064001
commit
37c15eaa3e
1 changed files with 5 additions and 2 deletions
|
@ -26,9 +26,12 @@ const ServerBanner = styled.div<Props>`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
background-position: center;
|
/*background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;*/
|
||||||
|
|
||||||
|
background-size: cover !important;
|
||||||
|
background-position: center center !important;
|
||||||
|
|
||||||
${(props) =>
|
${(props) =>
|
||||||
props.background &&
|
props.background &&
|
||||||
|
|
Loading…
Reference in a new issue