From c5021d961430cb547e2cf98f71168e25725e51fc Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Sun, 9 Jun 2024 21:28:35 +1000 Subject: [PATCH] fix: quickbar pointer not matching --- src/css/injected.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index d8873056..88f41fa5 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -468,7 +468,7 @@ ol:has(.MessageList__avatar___2wxyb svg) { } #main > .timetablepage > .quickbar.below::before { border-bottom-color: transparent; - top: -28px; + top: -23px; background-color: inherit; clip-path: polygon(50% 40%, 0 100%, 100% 100%); border-bottom-color: transparent !important; @@ -476,7 +476,7 @@ ol:has(.MessageList__avatar___2wxyb svg) { #main > .timetablepage > .quickbar.above::after { content: ""; position: absolute; - bottom: -28px; + bottom: -23px; z-index: 2; left: 50%; margin: 0 0 0 -12px; @@ -487,7 +487,7 @@ ol:has(.MessageList__avatar___2wxyb svg) { } #main > .timetablepage > .quickbar.above::before { border-bottom-color: transparent; - bottom: -28px !important; + bottom: -23px !important; background-color: inherit; clip-path: polygon(50% 40%, 0 0, 100% 0); border-top-color: transparent !important;