From 1a4e7a33b78503e93c108f348b3f412e2e1a7f28 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 6 May 2020 18:38:05 -0400 Subject: [PATCH] Simplify max-width rule of popup panel Maybe it will help avoid the spurious fall-into-vertical-layout issue. Maybe not. --- src/css/popup-fenix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 98146d01f..8a3cef1fa 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -501,7 +501,7 @@ body:not([data-more~="e"]) [data-more="e"] { } :root:not(.mobile) body { --popup-gap: 12px; - max-width: max(100vw, 800px); + max-width: 800px; } :root.desktop #panes { flex-direction: row-reverse;