mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Decrease a bit the space between extra tools at bottom of popup panel
Since the counts are now limited to two characters, no point allocating more space than needed.
This commit is contained in:
parent
4caf389a87
commit
f6dde894cb
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ body.off #switch .fa-icon {
|
|||
#extraTools > span {
|
||||
cursor: pointer;
|
||||
font-size: 1.2em;
|
||||
margin: 0 0.9em 0 0;
|
||||
margin: 0 0.8em 0 0;
|
||||
position: relative;
|
||||
}
|
||||
#extraTools > span:first-of-type {
|
||||
|
|
|
|||
Loading…
Reference in a new issue