aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card/user_card.vue
diff options
context:
space:
mode:
authorHenry Jameson <spam@hjkos.com>2020-02-20 18:13:40 +0200
committerHenry Jameson <spam@hjkos.com>2020-02-20 18:13:40 +0200
commitd19c64314ff08391a2649681e6b64d052e600059 (patch)
tree5ed98646e9d7a8b74c77dd90b6976f42a797f1b2 /src/components/user_card/user_card.vue
parent0abc3f9b85f8a671a07d9a43b16d92c4b5568fab (diff)
stop using customTheme in user card, instead use color slots. fix for opacity
inheritance polluting inheritors
Diffstat (limited to 'src/components/user_card/user_card.vue')
-rw-r--r--src/components/user_card/user_card.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index 3988ff1c..4ee040e8 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -286,6 +286,7 @@
mask-size: 100% 60%;
border-top-left-radius: calc(var(--panelRadius) - 1px);
border-top-right-radius: calc(var(--panelRadius) - 1px);
+ background-color: var(--profileBg);
&.hide-bio {
mask-size: 100% 40px;