From 87354009b5e00e817dfe2a31f5c51b75ab713de9 Mon Sep 17 00:00:00 2001 From: Áron Hegymegi-Kiss Date: Thu, 24 Feb 2022 14:24:12 +0100 Subject: settings css fixes --- public/options/options.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/options/options.css b/public/options/options.css index 83cf7931..a2a829a1 100644 --- a/public/options/options.css +++ b/public/options/options.css @@ -593,7 +593,7 @@ svg { /* Top bar navigation for smaller screens */ -@media only screen and (max-height: 650px), only screen and (max-width: 1200px) { +@media only screen and (max-height: 725px), only screen and (max-width: 1200px) { #options-container { flex-direction: column; } @@ -666,6 +666,8 @@ svg { @media only screen and (max-width: 800px) { #options { padding: 0 15px; - justify-content: left; + } + #options > div { + max-width: 100%; } } \ No newline at end of file -- cgit v1.2.3