fix: quickbar pointer not matching

This commit is contained in:
sethburkart123
2024-06-09 21:28:35 +10:00
parent 83ffc0ea83
commit c5021d9614
+3 -3
View File
@@ -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;