Reduce the height of the header

This commit is contained in:
Gabe Kangas
2022-12-08 14:16:05 -08:00
parent 19632f31fe
commit 047e61133a
3 changed files with 11 additions and 5 deletions

View File

@@ -20,7 +20,9 @@ export const Header: FC<HeaderComponentProps> = ({
}) => (
<AntHeader className={cn([`${styles.header}`], 'global-header')}>
<div className={`${styles.logo}`}>
<OwncastLogo variant="contrast" />
<div id="header-logo">
<OwncastLogo variant="contrast" />
</div>
<span className="global-header-text">{name}</span>
</div>
{chatAvailable && !chatDisabled && <UserDropdown />}