css to move ublock up a little

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

Aviation
Banned user
Banned user
Posts: 120
Joined: 2019-07-26, 07:58

css to move ublock up a little

Unread post by Aviation » 2019-08-21, 06:59

Anyone has a ccs to slightly move the ublock icon on the statusbar slightly up ?
it looks awful when elements are blocked..
issue.png
issue.png (8.32 KiB) Viewed 360 times
Or maybe a css to add little space to the statusbar at its bottom ?

New Tobin Paradigm

Re: css to move ublock up a little

Unread post by New Tobin Paradigm » 2019-08-21, 07:10

Use DOMi to get the ID of the widget and then add the css to userChrome. You can do it ;)

Aviation
Banned user
Banned user
Posts: 120
Joined: 2019-07-26, 07:58

Re: css to move ublock up a little

Unread post by Aviation » 2019-08-21, 07:30

Hi Tobin, i've never been in my element with dom inspector, knowing it's not so user friendly. I could manage to enter the url
chrome://browser/content/browser.xul & then click on the arrow on top/left, but when i click on an icon of the statusbar, it's
framed in red & the css name is shown but, if i need to remove a stupid bottom separator of the icon's options, i don't see how
i could do this, since right clicking on the icon makes me lose the framed red detection..

& another very strange issue:
i have all the icons i need in statusbar, Minus the ublock icon when i'm on the Dom inspector panel.. .

Aviation
Banned user
Banned user
Posts: 120
Joined: 2019-07-26, 07:58

Re: css to move ublock up a little

Unread post by Aviation » 2019-08-21, 19:47

Can't play with ublock icon.. so i've changed the bar's height that's now slightly higher.
I think it's ok now.

#browser-bottombox { min-height: 23px !important; }
#addon-bar { min-height: 21px !important; }

issue.png
issue.png (5.74 KiB) Viewed 266 times

Locked