diff options
| author | kaniini <nenolod@gmail.com> | 2018-09-09 11:59:49 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-09-09 11:59:49 +0000 |
| commit | ed6abeacadc2bced05f3221b2c57ba488f0ae800 (patch) | |
| tree | a27025296b5f54d307b3448571260b2624c869b2 /src/components/user_panel/user_panel.vue | |
| parent | 369fd648f6dfee51f7fec269e5f5cb530f2ca3d6 (diff) | |
| parent | 5726be68307f0215470d2e5baea105718b5039fe (diff) | |
Merge branch 'post-polish-fixes' into 'develop'
Post polish fixes
See merge request pleroma/pleroma-fe!333
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue index 3d4f873d..2d5cb500 100644 --- a/src/components/user_panel/user_panel.vue +++ b/src/components/user_panel/user_panel.vue @@ -14,8 +14,10 @@ <style lang="scss"> .user-panel { - .profile-panel-background .panel-heading { - background: transparent; - } + .profile-panel-background .panel-heading { + background: transparent; + flex-direction: column; + align-items: stretch; + } } </style> |
