diff options
| author | HJ <spam@hjkos.com> | 2018-12-31 01:41:37 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-31 01:41:37 +0000 |
| commit | 1316ed43a5d203294cb7a41bb19d5fca98f5cea1 (patch) | |
| tree | f201fc228a304f675b070733ebb5204f42c09f4f /src | |
| parent | a974d2ab8536f116b7e556d9b2f077dbdbb4d3e2 (diff) | |
| parent | 354fd32e7b6f87d5677d2785e5f46317ceaa4698 (diff) | |
Merge branch 'fix/conversation-headings-in-user-profile' into 'develop'
Fix conflicting styles in conversation panels under user profile
See merge request pleroma/pleroma-fe!444
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
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; |
