mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: quickbar pointer not matching
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user