From d2e25ba31f6d5f1abc9568b94eb27b04f0dea055 Mon Sep 17 00:00:00 2001 From: noxy Date: Tue, 4 Jan 2022 16:19:52 +0100 Subject: [PATCH] adding fix for normal dark theme --- _QoLEnhancements.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/_QoLEnhancements.scss b/_QoLEnhancements.scss index 94378ec..b621358 100644 --- a/_QoLEnhancements.scss +++ b/_QoLEnhancements.scss @@ -16,10 +16,10 @@ opacity: 1!important; } /* make the file clipper appear on the left side, more intuitive for me */ -/* .mx_AccessibleButton.mx_MessageComposer_button.mx_MessageComposer_upload { +.mx_AccessibleButton.mx_MessageComposer_button.mx_MessageComposer_upload { position: absolute!important; left: 10px!important; -} */ +} /* remove the horrible and ugly padding from the right panel */ .mx_MainSplit > .mx_RightPanel_ResizeWrapper { padding: 0!important; @@ -78,8 +78,7 @@ margin-bottom: 10px!important; } -/* going back closer to vanilla */ -/* .mx_MessageComposer_e2eIcon.mx_E2EIcon { +.mx_MessageComposer_e2eIcon.mx_E2EIcon { position: absolute!important; margin-right: 0!important; margin-left: -5px!important; @@ -88,7 +87,7 @@ top: 5px!important; left: unset !important; z-index: 1!important; -} */ +} .mx_EventTile:not([data-layout="bubble"]):hover.mx_EventTile_verified .mx_EventTile_line { -webkit-box-shadow: inset 54px 0 0 -50px var(--accent)!important; @@ -213,4 +212,9 @@ progress.mx_ProgressBar { /* disables the blurred avatar in element left panel, especially nice for gif avatars */ .mx_BackdropPanel, .mx_BackdropPanel--image { display: none!important; +} + +/* fix in default dark theme the badge for notifications */ +.mx_AccessibleButton.mx_NotificationBadge.mx_NotificationBadge_visible.mx_NotificationBadge_2char, .mx_NotificationBadge.mx_NotificationBadge_visible.mx_NotificationBadge_2char { + background: var(--alert, #61708b)!important; } \ No newline at end of file