mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Tweak offline tag color and cursor
This commit is contained in:
parent
5bce8b44fb
commit
070a9fa675
@ -64,3 +64,8 @@
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.offlineTag {
|
||||
cursor: default;
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user