mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue