diff --git a/src/pages/notifications.css b/src/pages/notifications.css index 6c7067c5..6942ff4b 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -3,6 +3,9 @@ padding: 16px !important; gap: 12px; } +.notification.mention { + margin-top: 16px; +} .only-mentions .notification:not(.mention), .only-mentions .timeline-empty { display: none;