datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.24k stars 59 forks source link

tabs overflow glitch #122

Closed Exspecto322 closed 3 months ago

Exspecto322 commented 3 months ago

When tabs overflow the following glitch happens:

firefox_7pKvef1bEE

Installed Mods:

Installed Theme: None

I use a theme called Dark-Space-Theme alongside with this one but that doesn't seem to be the issue as when no theme is active still happens.

datguypiko commented 3 months ago

I tried with all the same mods but I couldn't reproduce the issue.

What versions did you download of my files?

What Operating System are you using?

What version of firefox do you have?

--

There are few things you can try. Move all the mod files somewhere and check if it works without them. Open userChrome.css file and at around 570 (TABS) try removing all of this

(some lines numbers could be different as I have some minor changes for something else) You could remove one by one from { to } if there are specific lines that breaks it for you. image

Exspecto322 commented 3 months ago

Tried what you said Firefox without any files from the files works fine. tried removing one by one, only removing userChrome.css fixed the issue, and when modifying userChrome.css only deleting the #tabbrowser-tabs "{ }" part allowed me to open 4 more tabs than usual but glitch still happens. pinned tabs seem to be affected too when resizing Firefox they overlap the Firefox View button

https://github.com/datguypiko/Firefox-Mod-Blur/assets/84108942/c3d8fc89-b092-49f5-a432-011d6753235e

I was on version 2.7.6, just updated to 2.7.7 and issue persist. I am on Windows 10 Version 22H2 (OS Build 19045.4291) Firefox Version 126.0 (64-bit)

datguypiko commented 3 months ago

Oh yeah I found what was the problem. It's the "Firefox view" button used together with pinned tabs. For now you can go to Customize toolbar mode and move the "Firefox View" button to other toolbars like bookmarks bar or top bar.

I will look into what's causing it and release and update.

datguypiko commented 3 months ago

I released a fix https://github.com/datguypiko/Firefox-Mod-Blur/releases/tag/v2.7.8

Exspecto322 commented 3 months ago

That fixed the issue! thank you!