mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(header): header fixes
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user