From 68f099d804b4ade4200fe5728be05c6f0bdff506 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 25 Feb 2022 18:27:17 +0100 Subject: [PATCH] Webconfig: Go to small-screen mode earlier Since the color previews are now wider, we had quite a wide range where there would only be one. Remove the border around the content earlier so windows with 1000px width still get two previews in a row. (making the text shorter would also be an option here) --- share/tools/web_config/fishconfig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index edbb3b700..e1afc50f7 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -622,7 +622,7 @@ img.delete_icon { cursor: default; } -@media screen and (max-width: 800px) { +@media screen and (max-width: 1000px) { /* On small screens remove the margins to leave more for the actual content */ body { width: 100%;