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

Minor fine tuning of popup panel visual

Specifically:
- Comply with Firefox iconography's size: multiple
  of 16px

Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1005
This commit is contained in:
Raymond Hill 2020-05-04 12:50:44 -04:00
parent c7d196d472
commit 56ac0bdd68
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1,7 +1,4 @@
/* External CSS values override */
.fa-icon {
padding: 0 0.1em;
}
.fa-icon.fa-icon-badged > .fa-icon-badge {
bottom: auto;
top: -20%;
@ -69,8 +66,8 @@ hr {
cursor: pointer;
display: flex;
fill: var(--popup-power-ink);
flex-grow: 3;
font-size: 700%;
flex-grow: 1;
font-size: 96px;
justify-content: center;
margin: 0 var(--popup-gap-thin);
padding: 0;