mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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:
parent
03891fccaa
commit
6027e40301
2 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue