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
This commit is contained in:
Shpuld Shpludson 2019-02-19 14:47:32 +00:00
commit ed3c318be0
8 changed files with 75 additions and 51 deletions

View file

@ -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;
}