From 7bfb3d07fca6f20b55c8a849688869afb40bbcc1 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Tue, 4 Aug 2026 21:08:06 +0200 Subject: [PATCH] notifications --- myteamwallet_frontend_modern/src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/myteamwallet_frontend_modern/src/styles.scss b/myteamwallet_frontend_modern/src/styles.scss index 1903709..1f0b2ec 100644 --- a/myteamwallet_frontend_modern/src/styles.scss +++ b/myteamwallet_frontend_modern/src/styles.scss @@ -37,4 +37,9 @@ body { margin: 0; height: 100%; } + +.shell-notification-menu { + min-width: 420px !important; + max-width: calc(100vw - 24px); +} /* You can add global styles to this file, and also import other style files */