Make notification's close button bigger in small screens

This commit is contained in:
Zola Gonano 2021-12-17 10:29:30 +00:00
parent 0bbf19aab9
commit f162dd4b74

View file

@ -225,6 +225,7 @@ a { color: black }
.notification .message { white-space: normal; } .notification .message { white-space: normal; }
.notification .buttons { padding-right: 22px; padding-right: 40px; } .notification .buttons { padding-right: 22px; padding-right: 40px; }
.notification .button { white-space: nowrap; } .notification .button { white-space: nowrap; }
.notification .close { font-size: 30px; }
.notification { margin: 0px; } .notification { margin: 0px; }
.notifications { right: 0px; max-width: 80%; } .notifications { right: 0px; max-width: 80%; }
} }