From 315d009481b64541f70d00ad54019121d228194b Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Sun, 6 Oct 2024 20:49:33 +0200 Subject: [PATCH] Fixing Notifications --- app/frontend/static/assets/css/crafty.css | 32 +++++++++++++++++------ app/frontend/templates/notify.html | 10 +++---- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/app/frontend/static/assets/css/crafty.css b/app/frontend/static/assets/css/crafty.css index b75ea086..fad84a0a 100644 --- a/app/frontend/static/assets/css/crafty.css +++ b/app/frontend/static/assets/css/crafty.css @@ -30,30 +30,46 @@ body.sidebar-icon-only .navbar-toggler .mdi-chevron-double-left { text-transform: none; } -.mw-25 { - max-width: 25% !important; +.vw-40 { + width: 40vw !important; } -.mh-25 { - max-height: 25% !important; +.vh-40 { + height: 40vh !important; +} + +.mw-25 { + max-width: 25% !important; } .mw-50 { max-width: 50% !important; } -.mh-50 { - max-height: 50% !important; -} - .mw-75 { max-width: 75% !important; } +.mw-80 { + max-width: 80% !important; +} + +.mh-25 { + max-height: 25% !important; +} + +.mh-50 { + max-height: 50% !important; +} + .mh-75 { max-height: 75% !important; } +.mh-80 { + max-height: 80% !important; +} + /**************************************************************/ /**************************************************************/ diff --git a/app/frontend/templates/notify.html b/app/frontend/templates/notify.html index 81e8f7e8..f1086665 100644 --- a/app/frontend/templates/notify.html +++ b/app/frontend/templates/notify.html @@ -6,8 +6,8 @@ text-danger {% end %} "> -