mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 13:01:46 +08:00
Update sidebar styling and chat always being highlighted. Closes #2651
This commit is contained in:
@ -224,7 +224,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
|||||||
key: 'viewer-info',
|
key: 'viewer-info',
|
||||||
},
|
},
|
||||||
!chatDisabled && {
|
!chatDisabled && {
|
||||||
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
label: <span>Chat & Users</span>,
|
||||||
icon: <MessageOutlined />,
|
icon: <MessageOutlined />,
|
||||||
children: chatMenu,
|
children: chatMenu,
|
||||||
key: 'chat-and-users',
|
key: 'chat-and-users',
|
||||||
|
|||||||
@ -12,6 +12,9 @@
|
|||||||
background-color: unset;
|
background-color: unset;
|
||||||
color: var(--theme-color-components-text-on-dark);
|
color: var(--theme-color-components-text-on-dark);
|
||||||
}
|
}
|
||||||
|
.app-container .menu-container .ant-menu-item-selected:not(.ant-menu-item-only-child), .ant-menu-item a:hover, .ant-menu-item a::before {
|
||||||
|
color: var(--theme-color-palette-12);
|
||||||
|
}
|
||||||
.app-container h1.owncast-title {
|
.app-container h1.owncast-title {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user