mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -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;
|
||||
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 &&
|
||||
|
|
Loading…
Reference in a new issue