1
0
Fork 0
nixos-config/overlays/element-web/user.css

16 lines
285 B
CSS
Raw Normal View History

2023-02-22 20:03:27 +00:00
.mx_NotificationBadge_dot {
display: none !important;
}
2023-02-24 16:35:55 +00:00
2023-02-22 23:21:00 +00:00
span, div {
2023-02-23 13:50:37 +00:00
font-size: 12px !important;
2023-02-24 16:35:55 +00:00
font-family: CozetteVector, Twemoji !important;
2023-02-22 23:21:00 +00:00
-webkit-font-smoothing: none !important;
2021-06-03 14:04:34 +00:00
}
2023-02-24 16:35:55 +00:00
2022-02-17 18:34:05 +00:00
2023-02-19 20:13:33 +00:00
.mx_RoomSublist[aria-label="Rooms"] .mx_RoomTile {
2022-02-17 18:34:05 +00:00
display: none !important;
2023-02-08 23:48:40 +00:00
}