From 19f0f5a71e1e81116fc17834c6f019c919c164bd Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 3 Jun 2021 16:04:34 +0200 Subject: [PATCH] Hide Unread notifications --- overlays/element-web/user.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/overlays/element-web/user.css b/overlays/element-web/user.css index 3c6da384..ba913736 100644 --- a/overlays/element-web/user.css +++ b/overlays/element-web/user.css @@ -1,3 +1,11 @@ +.mx_NotificationBadge_dot { + display: none !important; +} + +.mx_RoomTile_nameHasUnreadEvents { + font-weight: normal !important; +} + /* Basic styles */ body {