diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-16 20:49:49 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-16 20:49:49 +0000 |
| commit | cc2e35f4999a16a6647887f1c4f09e2b19a54b3e (patch) | |
| tree | dc4d3e5aa3de812ce546e3a206a1f97fa4dc7f24 /src/components/user_card/user_card.vue | |
| parent | f734a721165537b587495498c3e7c3d80eb179e7 (diff) | |
| parent | 051b3b5141b7da8fd5c73af20848d6546ff43248 (diff) | |
Merge branch '609' into 'develop'
Fix popper issues using another popper library
Closes #612 and #609
See merge request pleroma/pleroma-fe!881
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index f987fbbb..9e142480 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -283,7 +283,6 @@ .user-card { background-size: cover; - overflow: hidden; .panel-heading { padding: .5em 0; @@ -298,6 +297,8 @@ word-wrap: break-word; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), $fallback--bg 80%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%); + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; } p { @@ -503,6 +504,7 @@ } } .user-interactions { + position: relative; display: flex; flex-flow: row wrap; justify-content: space-between; |
