From 6de7d3aaa455bc65096d863150b4d85cf5e55126 Mon Sep 17 00:00:00 2001 From: hanyd Date: Thu, 5 Dec 2024 19:15:55 +0800 Subject: [PATCH] fix option page reactive layout --- public/options/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/options/options.css b/public/options/options.css index a55b043d..c5fe7b61 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -98,7 +98,7 @@ body { #navigation { display: flex; flex-direction: column; - gap: 25px; + gap: 20px; } .tab-heading { @@ -655,7 +655,7 @@ svg { } /* Top bar navigation for smaller screens */ -@media only screen and (max-height: 750px), only screen and (max-width: 1200px) { +@media only screen and (max-height: 765px), only screen and (max-width: 1200px) { #options-container { flex-direction: column; }