From 81f2852f3556504ca80c2494b4dba1a16d5c5a3f Mon Sep 17 00:00:00 2001 From: Seth Burkart <108050083+SethBurkart123@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:24:13 +1000 Subject: [PATCH] Update injected.scss --- src/css/injected.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 29cd1340..d0e98e8b 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -487,11 +487,10 @@ ol:has(.MessageList__avatar___2wxyb svg) { border-top-color: transparent; } #main > .timetablepage > .quickbar.above::before { - border-bottom-color: transparent; + border-bottom-color: transparent !important; bottom: -23px !important; background-color: inherit; clip-path: polygon(50% 40%, 0 0, 100% 0); - border-top-color: transparent !important; } #main .timetablepage .actions a, #main .timetablepage .actions button { @@ -3047,4 +3046,4 @@ li[data-message] { transform: translateY(0); scale: 1; } -} \ No newline at end of file +}