fix(header): header fixes

This commit is contained in:
trashtemp 2021-12-27 15:47:06 +01:00
parent 93925834cc
commit 850d685175
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -15,9 +15,6 @@ import Tooltip from "./Tooltip";
interface Props {
server: Server;
}
interface Props {
background?: boolean;
}
@ -27,6 +24,9 @@ const ServerBanner = styled.div<Props>`
display: flex;
flex-direction: column;
justify-content: end;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
${(props) =>
props.background &&