fix: search button in incorrect placement

This commit is contained in:
SethBurkart123
2025-05-26 12:05:34 +10:00
parent a251827c4b
commit 35c005f347
+14 -6
View File
@@ -952,16 +952,22 @@ div > ol:has(.uiFileHandlerWrapper) {
} }
#content:has(#main > .course) #toolbar { #content:has(#main > .course) #toolbar {
position: absolute;
top: 72px; top: 72px;
left: 0px; left: 0px;
z-index: 10; z-index: 10;
@media (min-width: 1400px) { @media (min-width: 1401px) {
position: absolute;
left: 402px; left: 402px;
} }
} }
#main > .course .content {
@media (min-width: 1400px) {
padding-top: 2.5rem;
}
}
#main > .notices > .notice > .contents { #main > .notices > .notice > .contents {
background: var(--background-primary); background: var(--background-primary);
} }
@@ -1533,7 +1539,7 @@ div > ol:has(.uiFileHandlerWrapper) {
background: var(--background-primary); background: var(--background-primary);
} }
[class*="Input__Input___"]::before, [class*="Input__Input___"]::before,
.navigator::before, .navigator .bar.flat::before,
.ais-btnSearch::before { .ais-btnSearch::before {
content: ""; content: "";
transform: translateY(-50%); transform: translateY(-50%);
@@ -1660,10 +1666,12 @@ iframe.userHTML {
.navigator { .navigator {
padding: 6px !important; padding: 6px !important;
&::before { .bar.flat::before {
position: fixed;
z-index: 10; z-index: 10;
top: 95px; left: 8px;
margin: 0;
position: absolute;
top: 50%;
} }
&::after { &::after {