From a6525f305219133f17411b400f61225c97441665 Mon Sep 17 00:00:00 2001 From: jude Date: Sat, 23 Sep 2023 18:14:01 +0100 Subject: [PATCH] Move button row down. Correct image sizes on some browsers --- web/static/css/style.css | 12 ++++++++++++ web/templates/dashboard.html.tera | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 @@