1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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.
This commit is contained in:
Raymond Hill 2020-05-15 19:16:54 -04:00
parent d65d4e34af
commit 6fea9f9e5c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 3 deletions

View File

@ -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);

View File

@ -52,8 +52,8 @@
<hr data-more="a">
<div id="basicStats" class="itemRibbon" data-more="a">
<span data-i18n="popupBlockedOnThisPage_v2"></span><span></span>
<span data-i18n="popupBlockedSinceInstall_v2" data-more="b"></span><span data-more="b"></span>
<span data-i18n="popupDomainsConnected_v2"></span><span></span>
<span data-i18n="popupBlockedSinceInstall_v2" data-more="b"></span><span data-more="b"></span>
</div>
<hr data-more="c">
<div id="basicTools" class="toolRibbon" data-more="c">