aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-03-25 16:29:24 +0200
committerHenry Jameson <me@hjkos.com>2024-03-25 16:29:24 +0200
commit4852f5b8338eed2d3d621d0df6aa1aa2b498a5f1 (patch)
tree9a2f64b704f4d053d418331e340744049b4cf557 /src/components/user_profile/user_profile.vue
parentd02a15043ecf7df913622cf1417b624c810957c7 (diff)
unify tabs fixes for panels
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue5
1 files changed, 0 insertions, 5 deletions
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;
}