unify tabs fixes for panels

This commit is contained in:
Henry Jameson 2024-03-25 16:29:24 +02:00
commit 4852f5b833
3 changed files with 10 additions and 10 deletions

View file

@ -154,11 +154,6 @@
text-align: center;
}
.Search .tab-switcher .tabs {
background: var(--__panel-background);
backdrop-filter: var(--__panel-backdrop-filter);
}
@media all and (max-width: 800px) {
.search-nav-heading {
.tab-switcher .tabs .tab-wrapper {

View file

@ -168,11 +168,6 @@
// No sticky header on user profile
--currentPanelStack: 1;
.tab-switcher .tabs {
background: var(--__panel-background);
backdrop-filter: var(--__panel-backdrop-filter);
}
.user-birthday {
margin: 0 0.75em 0.5em;
}