fix(header): fixed header background

pull/1049/head
trashtemp 2021-12-28 20:38:57 +01:00
parent 9a8db59ddc
commit 28a75d00db
1 changed files with 5 additions and 2 deletions

View File

@ -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 &&