mirror of
https://github.com/owncast/owncast.git
synced 2025-11-11 18:09:50 +08:00
Tweak offline tag color and cursor
This commit is contained in:
@@ -55,7 +55,7 @@ export const Header: FC<HeaderComponentProps> = ({
|
||||
{chatAvailable && !chatDisabled && <UserDropdown />}
|
||||
{!chatAvailable && !chatDisabled && (
|
||||
<Tooltip title="Chat is available when the stream is live." placement="left">
|
||||
<Tag style={{ cursor: 'pointer' }}>Chat offline</Tag>
|
||||
<Tag className={styles.offlineTag}>Chat offline</Tag>
|
||||
</Tooltip>
|
||||
)}
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user