mirror of https://github.com/gorhill/uBlock.git
Remove stray extra top/bottom thin gap in tool icons
I can't remember the reason for the added thin gap, there is no benefit from this for the desktop panel, probably stray CSS code from some earlier fiddlings.
This commit is contained in:
parent
a66cda167c
commit
2a1572982b
|
@ -508,8 +508,7 @@ body.advancedUser #firewall > div > span.noopRule.ownRule,
|
|||
:root:not(.mobile) .toolRibbon .tool,
|
||||
:root.mobile body.no-tooltips .toolRibbon .tool,
|
||||
:root.mobile body[data-ui~="-captions"] .toolRibbon .tool {
|
||||
padding: calc(var(--popup-gap) + var(--popup-gap-thin))
|
||||
var(--popup-gap-thin);
|
||||
padding: var(--popup-gap) var(--popup-gap-thin);
|
||||
}
|
||||
:root.mobile #no-popups,
|
||||
:root body[data-ui~="-no-popups"] #no-popups {
|
||||
|
|
Loading…
Reference in New Issue