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

Broken New Update Firefox #45

Open
0xl30 opened this issue Nov 27, 2024 · 3 comments
Open

Broken New Update Firefox #45

0xl30 opened this issue Nov 27, 2024 · 3 comments

Comments

@0xl30
Copy link

0xl30 commented Nov 27, 2024

Mozilla Firefox Version 133.0 Totally Broken

@PROxZIMA
Copy link
Owner

It's been a while since I last updated the repository. I haven't been using my personal laptop or browser frequently lately, but I'll try to update it when I have some free time.

@0xl30
Copy link
Author

0xl30 commented Nov 28, 2024

Okay, I’m waiting for the update!

@MehNahNo
Copy link

Mozilla Firefox Version 133.0 Totally Broken
It can be made usable by making these changes :
In:
urlbar.css

  1. change width from 100 % to 25vw to fix window span.

#urlbar[breakout][breakout-extend][focused] {
width: 23vw !important;
}

  1. delete these lines in case accessing the menu toolbar with "alt" button:
    #urlbar[breakout][breakout-extend][focused] {
    top: 0 !important;
    left: 0 !important;

3 remove some icons and empty spaces ... :
#identity-icon-label,
#star-button-box,
#shopping-sidebar-button,
#save-to-pocket-button,
#fxa-toolbar-menu-button,
#star-button,
#customizableui-special-spring1,
#cusomizableui-soecual-spring2 {
display: none !important;
}

in tabbar.css
1: fix misalignment of tabs
#TabsToolbar-customization-target {
position: relative !important;
top: 8px !important;
}
2. Fix misalignment of new tab icon.
#tabs-newtab-button > .toolbarbutton-icon {
bottom: 4px !important;

And that's the extent of my nob editing skills... It works and looks ok but :
When rearranging tabs there's some cosmetic issue and the extension icon pops through the first tab when using it in half screen mode ..

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

3 participants