From b7b6194297452d2343d071692876db78a8d79d6d Mon Sep 17 00:00:00 2001
From: hoergen <hoergen@hoergen.org>
Date: Sat, 4 Aug 2018 21:45:30 +0200
Subject: [PATCH] removing vertical spaces under the notification button
 (#5555)

[frio] Removing vertical spaces under the notification button
---
 view/theme/frio/scheme/plusminus.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css
index 4756d4ed50..9d99d7984e 100644
--- a/view/theme/frio/scheme/plusminus.css
+++ b/view/theme/frio/scheme/plusminus.css
@@ -26,11 +26,14 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
 }
 
 #topbar-first #nav-notifications-menu li.notify-unseen {
-
     border-left: 3px solid #f3fcfd;
     background-color: antiquewhite;
 }
 
+#topbar-first #nav-notifications-menu li.notif-entry {
+    padding: 0px;
+}
+
 .birthday-notice {
     background-color:#cc0000;
     color: white;
@@ -102,3 +105,4 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
 .wall-spacer {
     height: 0px;
 }
+
-- 
2.39.5