Fix margin on bottom of collapsed reminders

This commit is contained in:
jude 2023-09-24 13:58:24 +01:00
parent 25286da5e0
commit 541633270c

View File

@ -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;
}