From 36e586ff4919b1d5e7372e484ae2c372de7f3a9f Mon Sep 17 00:00:00 2001 From: IdleEndeavor <66422918+IdleEndeavor@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:16:23 +0100 Subject: [PATCH] 3.5.1 Tweaks to engine switcher and search box positioning on mobile --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 0a7f2cf..cc010b4 100644 --- a/css/index.css +++ b/css/index.css @@ -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%; }