From d55bd0431db69e4ae2b64dfcc8d3d5ed335ae334 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 07:59:54 +0100 Subject: [PATCH] userChrome/popups: make downloadsPanel adaptive (MR 19) --- src/userChrome/popups.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/userChrome/popups.css b/src/userChrome/popups.css index 62e8ea0..a85dbfa 100644 --- a/src/userChrome/popups.css +++ b/src/userChrome/popups.css @@ -20,4 +20,8 @@ margin-left: -200px !important; margin-top: -500px !important; } + + #downloadsPanel-mainView { + max-width: calc(100vw - 10px); + } }