Firefox-Alpha icon indicating copy to clipboard operation
Firefox-Alpha copied to clipboard

Pinned extensions cannot be interacted with and the download bar hasn't changed

Open Czebosak opened this issue 1 year ago • 4 comments

Pinned extensions cannot be interacted with and the download bar hasn't changed Linux, Firefox 121 image

Czebosak avatar Dec 26 '23 16:12 Czebosak

How to use extensions?

Drish-xD avatar Jan 08 '24 16:01 Drish-xD

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. grafik

BLACK4585 avatar Jan 17 '24 13:01 BLACK4585

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.

zheneknew avatar Jan 18 '24 13:01 zheneknew

they work for me, but only if put in the upper left corner.

cctrc avatar Feb 01 '24 02:02 cctrc