mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: search button in incorrect placement
This commit is contained in:
+14
-6
@@ -952,16 +952,22 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
}
|
||||
|
||||
#content:has(#main > .course) #toolbar {
|
||||
position: absolute;
|
||||
top: 72px;
|
||||
left: 0px;
|
||||
z-index: 10;
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
@media (min-width: 1401px) {
|
||||
position: absolute;
|
||||
left: 402px;
|
||||
}
|
||||
}
|
||||
|
||||
#main > .course .content {
|
||||
@media (min-width: 1400px) {
|
||||
padding-top: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
#main > .notices > .notice > .contents {
|
||||
background: var(--background-primary);
|
||||
}
|
||||
@@ -1533,7 +1539,7 @@ div > ol:has(.uiFileHandlerWrapper) {
|
||||
background: var(--background-primary);
|
||||
}
|
||||
[class*="Input__Input___"]::before,
|
||||
.navigator::before,
|
||||
.navigator .bar.flat::before,
|
||||
.ais-btnSearch::before {
|
||||
content: "";
|
||||
transform: translateY(-50%);
|
||||
@@ -1660,10 +1666,12 @@ iframe.userHTML {
|
||||
.navigator {
|
||||
padding: 6px !important;
|
||||
|
||||
&::before {
|
||||
position: fixed;
|
||||
.bar.flat::before {
|
||||
z-index: 10;
|
||||
top: 95px;
|
||||
left: 8px;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
||||
Reference in New Issue
Block a user