0

Update sidebar styling and chat always being highlighted. Closes #2651

This commit is contained in:
Gabe Kangas 2023-02-10 15:27:35 -08:00
parent 260fd01b4e
commit 10400e1252
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
2 changed files with 4 additions and 1 deletions

View File

@ -224,7 +224,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
key: 'viewer-info',
},
!chatDisabled && {
label: <Link href="/admin/viewer-info">Chat &amp; Users</Link>,
label: <span>Chat &amp; Users</span>,
icon: <MessageOutlined />,
children: chatMenu,
key: 'chat-and-users',

View File

@ -12,6 +12,9 @@
background-color: unset;
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 {
padding: 1rem;
padding-bottom: 4px;