mirror of
https://github.com/IdleEndeavor/gamesearch.git
synced 2025-04-29 22:24:33 +02:00
3.5.1
Tweaks to engine switcher and search box positioning on mobile
This commit is contained in:
parent
c8280bebf7
commit
36e586ff49
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user