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