Tweaks to engine switcher and search box positioning on mobile
This commit is contained in:
IdleEndeavor 2024-07-13 22:16:23 +01:00
parent c8280bebf7
commit 36e586ff49

View File

@ -323,7 +323,7 @@ body {
.toggle-container {
display: none; /* Initially hide the toggle container */
position: fixed;
position: absolute;
justify-content: center;
top: 15px;
left: 50%;
@ -361,7 +361,7 @@ body {
margin: auto;
position: relative;
text-align: left;
top: 25%;
top: 30%;
width: 90%;
}