diff --git a/web/static/css/style.css b/web/static/css/style.css index 060e5bc..7420bdc 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -15,6 +15,18 @@ div.reminderContent.is-collapsed .column.settings { display: none; } +div.reminderContent.is-collapsed .button-row { + display: none; +} + +div.reminderContent.is-collapsed .button-row-edit { + display: none; +} + +div.reminderContent.is-collapsed .reminder-topbar { + padding-bottom: 0; +} + div.reminderContent.is-collapsed .invert-collapses { display: inline-flex; } diff --git a/web/templates/dashboard.html.tera b/web/templates/dashboard.html.tera index c84b5dc..7069bb4 100644 --- a/web/templates/dashboard.html.tera +++ b/web/templates/dashboard.html.tera @@ -40,7 +40,7 @@