From 4a375d5580d1d844914a0d7f1546f3d921a289b9 Mon Sep 17 00:00:00 2001 From: firelemons Date: Thu, 9 Nov 2023 18:34:49 -0600 Subject: [PATCH] reduced chances of notifications covering up important site elements --- app/assets/stylesheets/shared/notifier.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/shared/notifier.scss b/app/assets/stylesheets/shared/notifier.scss index a4d8141ac9..a48a00f9ce 100644 --- a/app/assets/stylesheets/shared/notifier.scss +++ b/app/assets/stylesheets/shared/notifier.scss @@ -38,9 +38,11 @@ .messages { margin-bottom: 0; + max-width: 40%; padding: 0; div { + display: flex; width: fit-content; } }