From 0e1579ebf1c7b4092abd44a32577b40395880a29 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 2 May 2023 23:41:08 +0800 Subject: [PATCH] Small style fixes for notifications popover --- src/pages/notifications-menu.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/notifications-menu.css b/src/pages/notifications-menu.css index d1f79712..2c66663c 100644 --- a/src/pages/notifications-menu.css +++ b/src/pages/notifications-menu.css @@ -18,12 +18,15 @@ } .notifications-menu { - width: 23em; + width: 28em; font-size: 90%; padding: 0; height: 40em; overflow: auto; } +.notifications-menu .status { + font-size: inherit; +} .notifications-menu header { padding: 16px; margin: 0;