aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-30 22:41:31 +0200
committershpuld <shp@cock.li>2018-12-30 22:41:31 +0200
commit354fd32e7b6f87d5677d2785e5f46317ceaa4698 (patch)
tree222af73dfb0c02f1c36677dc64085aa1a53f42d0 /src
parent1555a5fef38dced753c418d736468712ea818975 (diff)
Fix conflicting styles
Diffstat (limited to 'src')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 84fdba45..a46befa5 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -43,7 +43,7 @@
flex: 2;
flex-basis: 500px;
- .panel-heading {
+ .profile-panel-background .panel-heading {
background: transparent;
flex-direction: column;
align-items: stretch;