From 2dca345818a49527571b35262f6aacfce46817c6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 28 Dec 2022 00:24:36 +0800 Subject: [PATCH] More breathing space after the negative top margin hack --- src/pages/notifications.css | 3 +++ 1 file changed, 3 insertions(+) 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;