Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Czebosak opened this issue Dec 26, 2023 · 4 comments

Comments

@Czebosak
Copy link

Czebosak commented Dec 26, 2023

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

@Drish-xD
Copy link

Drish-xD commented Jan 8, 2024

How to use extensions?

@BLACK4585
Copy link

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

@zheneknew
Copy link

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.

@cctrc
Copy link

cctrc commented Feb 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants