aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 5c3fe596..7b914291 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -552,6 +552,7 @@ a.unmute {
.timeline > {
.status-el:last-child {
+ border-bottom: 0 0 $fallback--panelRadius $fallback--panelRadius;
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: none;
}