mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +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 {
|
#main > .timetablepage > .quickbar.below::before {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
top: -28px;
|
top: -23px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
clip-path: polygon(50% 40%, 0 100%, 100% 100%);
|
clip-path: polygon(50% 40%, 0 100%, 100% 100%);
|
||||||
border-bottom-color: transparent !important;
|
border-bottom-color: transparent !important;
|
||||||
@@ -476,7 +476,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
|||||||
#main > .timetablepage > .quickbar.above::after {
|
#main > .timetablepage > .quickbar.above::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -28px;
|
bottom: -23px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin: 0 0 0 -12px;
|
margin: 0 0 0 -12px;
|
||||||
@@ -487,7 +487,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
|||||||
}
|
}
|
||||||
#main > .timetablepage > .quickbar.above::before {
|
#main > .timetablepage > .quickbar.above::before {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
bottom: -28px !important;
|
bottom: -23px !important;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
clip-path: polygon(50% 40%, 0 0, 100% 0);
|
clip-path: polygon(50% 40%, 0 0, 100% 0);
|
||||||
border-top-color: transparent !important;
|
border-top-color: transparent !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user