diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-19 14:47:32 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-19 14:47:32 +0000 |
| commit | ed3c318be0a70399980b7417cc8eec32d45ca006 (patch) | |
| tree | c8ba2cd512497f76bd0f2775f2e96b2963219f86 /src/components/status/status.vue | |
| parent | 962a33f887786dfdd2df57be66cd37b8ddb7d06d (diff) | |
| parent | e801d78e9d923df1263eb9dc78db8fdfa8637734 (diff) | |
Merge branch 'edijs/pleroma-fe-fix/followers-ui' into 'develop'
Fix followers/follows UI, fix #343 fix #340
Closes #340 and #343
See merge request pleroma/pleroma-fe!590
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index aae365d1..3fc5b486 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -554,7 +554,7 @@ a.unmute { .timeline > { .status-el:last-child { - border-bottom-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;; + border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); border-bottom: none; } |
