From fc02eaea4a317b059b3002444a3d6502abdc01ad Mon Sep 17 00:00:00 2001 From: jude Date: Mon, 6 Nov 2023 16:53:04 +0000 Subject: [PATCH] Update styles for notification flash --- reminder-dashboard | 2 +- web/static/css/style.css | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/reminder-dashboard b/reminder-dashboard index d5f1a2e..8ba7a39 160000 --- a/reminder-dashboard +++ b/reminder-dashboard @@ -1 +1 @@ -Subproject commit d5f1a2e3a1a226743e17bcf5ad42fc46d232e41f +Subproject commit 8ba7a39ce532907b845c54dd3b54bf2a4c7a04e9 diff --git a/web/static/css/style.css b/web/static/css/style.css index deb519d..ecaacfc 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -218,17 +218,16 @@ div.inset-content { margin-right: 10%; } -div.flash-message { +div.flash-container { position: fixed; + width: 100%; + bottom: 0; +} + +div.flash-message { width: calc(100% - 32px); margin: 16px !important; z-index: 99; - bottom: 0; - display: none; -} - -div.flash-message.is-active { - display: block; } body {