Split up user lists into tabs

This commit is contained in:
Gabe Kangas
2021-11-12 21:28:29 -08:00
parent 1cde33ca03
commit 6de509f723
2 changed files with 29 additions and 12 deletions

View File

@@ -142,3 +142,19 @@ input {
text-align: right;
}
}
.ant-tabs-tab {
color:var(--owncast-purple);
.ant-tabs-tab-active {
border-color: var(--nav-selected-text);
}
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: var(--nav-selected-text);
}
.ant-tabs-ink-bar {
background: var(--nav-selected-text);
}