diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 690e8318..34b17970 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -604,14 +604,6 @@ a.unmute { flex: 1; } -.timeline > { - .status-el:last-child { - border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius; - border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius); - border-bottom: none; - } -} - @media all and (max-width: 800px) { .status-el { .retweet-info { |
