From af06d84094505c192e55a24d74e579e2a339af54 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 27 Apr 2024 19:35:33 +0200 Subject: [PATCH] style.css: limit user options panel width on mobile --- stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 6d1d1829..6991c84c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -906,7 +906,8 @@ pre { display: block; width: 100%; height: 100%; - margin-top: 0px; + max-width: 620px; + margin: auto; } .mentioned {