From 93fbb528fcbc189912346a12670f66ebc8b43993 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Fri, 24 Nov 2023 08:07:53 +0800 Subject: [PATCH] Fix issue with downloads popup items --- chrome/global/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/global/popup.css b/chrome/global/popup.css index b7d0766..2e60738 100644 --- a/chrome/global/popup.css +++ b/chrome/global/popup.css @@ -281,6 +281,8 @@ #downloadsListBox, .downloadsPanelFooterButton { margin: var(--arrowpanel-menuitem-margin) !important; + width: auto !important; + min-width: auto !important; } #downloadsPanel-blockedSubview,