Firefox-Alpha
Firefox-Alpha copied to clipboard
Pinned extensions cannot be interacted with and the download bar hasn't changed
Pinned extensions cannot be interacted with and the download bar hasn't changed
Linux, Firefox 121
How to use extensions?
Same issue here. It would be nice if I could interact with pinned extensions. I know, the idea of this custom CSS is simplicity, but I would like to use at least a few features. Thus, I re-enabled the window-controls. Is it possible to shift the pinned extensions to the left so that they don't overlap? I think it would be the best to make this configurable like all the other things. The same idea for the download bar, as you can see in the picture below.
This theme is extra-cool, but it's not finished and buggy.
I made some goofy changes in userChrome.css
and got pinned addons buttons active (I'm bad in css):
313,319c313,319
< #tabs-newtab-button,
< #tabbrowser-arrowscrollbox-periphery {
< flex: 1;
< align-items: stretch !important;
< opacity: 0 !important;
< -moz-window-dragging: drag !important;
< }
---
> /* #tabs-newtab-button, */
> /* #tabbrowser-arrowscrollbox-periphery { */
> /* flex: 1; */
> /* align-items: stretch !important; */
> /* opacity: 0 !important; */
> /* -moz-window-dragging: drag !important; */
> /* } */
378c378,379
< position: static !important;
---
> position: relative !important;
> right: 300px !important;
I hope author will finalize this theme.
they work for me, but only if put in the upper left corner.