From 406bc74d033e2d91e1785e12aa8684704f1d1891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 31 Dec 2019 10:36:04 +0100 Subject: Do not overwrite height values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/styles.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/styles.scss b/css/styles.scss index c1a8d71..64a3ce9 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -34,20 +34,15 @@ right: 13px; width: 350px; max-width: 90%; - min-height: 210px; - height: 210px; .notification-wrapper { display: flex; flex-direction: column; - max-height: 260px; } .emptycontent { padding: 50px 0; margin: 0; - position: absolute; - top: 0; @include icon-black-white('notifications-dark', 'notifications', 1); } -- cgit v1.2.3 From c75a3ebc502549428684f5a903f92939dac6946f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Jan 2020 09:38:43 +0100 Subject: Add missing border Signed-off-by: Joas Schilling --- css/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.scss b/css/styles.scss index 64a3ce9..b24e182 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -51,6 +51,7 @@ display: flex; justify-content: center; color: var(--color-text-maxcontrast); + border-top: 1px solid var(--color-border); padding: 10px; &:hover, -- cgit v1.2.3