aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/search/search.vue5
-rw-r--r--src/components/user_profile/user_profile.vue5
2 files changed, 0 insertions, 10 deletions
diff --git a/src/components/search/search.vue b/src/components/search/search.vue
index dc803835..bd384ad3 100644
--- a/src/components/search/search.vue
+++ b/src/components/search/search.vue
@@ -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 {
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index b1e87d37..921c87ea 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -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;
}