From d4e6bc780b05d622aa1560f3f936125d48a4d89e Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 5 Nov 2019 11:19:44 -0500 Subject: [PATCH] fix an overly broad CSS selector for notifications Unfortunately it was breaking some useful behaviour in the slide app --- customize.dist/src/less2/include/notifications.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index f27d6ed60..1e4430db2 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -10,6 +10,9 @@ max-width: 300px; display: flex; flex-flow: column; + & hr { + margin: 0px !important; + } .cp-notification { min-height: @notif-height; display: flex; @@ -40,9 +43,6 @@ } } } - hr { - margin: 0px !important; - } .cp-notifications-gotoapp { p { padding: 10px 0 !important;