1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02: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:
Raymond Hill 2018-12-27 11:24:32 -05:00
parent 4caf389a87
commit f6dde894cb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 {