From aa4f2d5aec904086ada2a08d4456545eb190a65f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 30 Jul 2026 13:10:06 +0300 Subject: [PATCH] fix empty extranotifications kaomoji --- src/components/extra_notifications/extra_notifications.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/extra_notifications/extra_notifications.vue b/src/components/extra_notifications/extra_notifications.vue index 6a54bd28e..fa64ce1fa 100644 --- a/src/components/extra_notifications/extra_notifications.vue +++ b/src/components/extra_notifications/extra_notifications.vue @@ -87,6 +87,11 @@ flex-direction: column; align-items: stretch; + &.panel-body::before { + content: ''; + padding: 0; + } + .notification { width: 100%; border-bottom: 1px solid;