Small style fixes for notifications popover

This commit is contained in:
Lim Chee Aun 2023-05-02 23:41:08 +08:00
parent 1ddcb51af5
commit 0e1579ebf1

View file

@ -18,12 +18,15 @@
} }
.notifications-menu { .notifications-menu {
width: 23em; width: 28em;
font-size: 90%; font-size: 90%;
padding: 0; padding: 0;
height: 40em; height: 40em;
overflow: auto; overflow: auto;
} }
.notifications-menu .status {
font-size: inherit;
}
.notifications-menu header { .notifications-menu header {
padding: 16px; padding: 16px;
margin: 0; margin: 0;