FF-ULTIMA
FF-ULTIMA copied to clipboard
Sidebar Icons Not Remaining Static
Describe the bug Sidebar autohide seems to make the icons toggle like crazy & not remain static.
Expected behavior Icons to remain static.
Desktop (please complete the following information):
- OS: Win11
- Browser Version: 125.0.3
Troubleshooting: Had a fresh installation of Firefox, have tried different containers & tab sizes in config, nothing seems to make the icons not stutter other than turning off auto-hide sidebar.
https://github.com/soulhotel/FF-ULTIMA/assets/89228195/5fbb24d2-9bec-4a1c-bd5e-de130355bec5
Are you using close buttons? ultima.xstyle.closetabsbutton
specifically.
But it should be off by default from what I understand in fresh install, so hmm.
Could you download previous version if it is there? This one
I see it is in fact the close button... man, I didnt think i missed such a bug. Looking into it rn. Its the same overflow event as previously, a bunch of hardcoded !important margins
from firefox whenever a tab is pinned
. As before the close button works fine when autohide tabs is off, but override changes when autohide is on, as expected.
Viavi91 You can just turn it off ultima.xstyle.closetabsbutton
in about:config for now, problem will cease and nothing else will be effected.
adding a display: none !importart;
to override-styles.css
at line 59 before opacity: 0 !important;
fixed for me
adding a
display: none !importart;
tooverride-styles.css
at line 59 beforeopacity: 0 !important;
fixed for me
Right, but there's that small jump in animation depending on mouse placement while expanding and it urks me. Since these overflow events keep proving to be such a headache, we'll just have to settle for imperfection for now. I'll update source as well.