xplosionmind / firefox-monoline

Minimize your Firefox toolbar to one single line [MIRROR]
https://gitmi.dev/tommi/firefox-monoline
19 stars 1 forks source link

Extension icon unremovable #12

Closed ShalokShalom closed 1 year ago

ShalokShalom commented 1 year ago

Hi there 👍🏻

You write, that I should remove all icons. The new extension icon, probably not included at the point of writing, cannot be removed.

Screenshot_20230910_213530

ShalokShalom commented 1 year ago

I figured it out:

unified-extensions-button {

display: none !important; }

This is for compact mode. I suggest creating a dedicated CCS for compact mode.

xplosionmind commented 1 year ago

Thanks for the feedback, @ShalokShalom! I need to properly get into the last ~5 Firefox versions since I am using another theme and not this one currently, therefore this repository is not being very maintained. I am thinking about switching back to firefox-monoline and address this and other issues. Hence, I am reopening this issue.

ShalokShalom commented 1 year ago

I did split the compact and the large version into separate CSS files. https://github.com/ShalokShalom/firefox-monoline

ShalokShalom commented 1 year ago

And in case you want to know, that it works for me on newest Firefox:

Screenshot_20230913_011712

xplosionmind commented 1 year ago

v1.2 handles the unified extensions button, and shows in a comment how to completely remove it.