From 541633270c56724f9e21998a91abe7afef96234c Mon Sep 17 00:00:00 2001 From: jude Date: Sun, 24 Sep 2023 13:58:24 +0100 Subject: [PATCH] Fix margin on bottom of collapsed reminders --- web/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/css/style.css b/web/static/css/style.css index 7330e6f..4fffab7 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -15,6 +15,10 @@ div.reminderContent.is-collapsed .column.settings { display: none; } +div.reminderContent.is-collapsed .reminder-settings { + margin-bottom: 0; +} + div.reminderContent.is-collapsed .button-row { display: none; }