From 6027e403017f67a00a92e1555514251af293207d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 15 May 2020 19:16:54 -0400 Subject: [PATCH] Minor fine tuning new panel The "blocked since install" row has been moved in last position, so that figures that represent the current site are grouped together. Do not prevent wrapping the count text strings, use a minimum width instead -- those count text strings can be more verbose in some locale, and by allowing the text to wrap this result in a less wide main panel. --- src/css/popup-fenix.css | 3 +-- src/popup-fenix.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 0b02a912d..2b1639c6a 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -127,7 +127,6 @@ body.needSave #revertRules { .itemRibbon > [data-i18n] + span { justify-self: end; text-align: end; - white-space: nowrap; } .toolRibbon { @@ -512,7 +511,7 @@ body:not([data-more~="e"]) [data-more="e"] { } :root.desktop #main { max-width: 340px; - width: max-content; + min-width: 290px; } :root:not(.mobile) #switch:hover { background-color: var(--default-surface-hover); diff --git a/src/popup-fenix.html b/src/popup-fenix.html index ff4114250..b90c5e018 100644 --- a/src/popup-fenix.html +++ b/src/popup-fenix.html @@ -52,8 +52,8 @@
- +