From f162dd4b743cab21bd79532511910f88d44db3a2 Mon Sep 17 00:00:00 2001 From: Zola Gonano Date: Fri, 17 Dec 2021 10:29:30 +0000 Subject: [PATCH] Make notification's close button bigger in small screens --- src/Ui/media/Wrapper.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ui/media/Wrapper.css b/src/Ui/media/Wrapper.css index 7c486081..172cdbd2 100644 --- a/src/Ui/media/Wrapper.css +++ b/src/Ui/media/Wrapper.css @@ -225,6 +225,7 @@ a { color: black } .notification .message { white-space: normal; } .notification .buttons { padding-right: 22px; padding-right: 40px; } .notification .button { white-space: nowrap; } + .notification .close { font-size: 30px; } .notification { margin: 0px; } .notifications { right: 0px; max-width: 80%; } }