datguypiko / Firefox-Mod-Blur

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

Can't figure out how to put tabs on top, also visual issue with mod "privacy_change_email_text" #97

Closed superdragon1772 closed 9 months ago

superdragon1772 commented 9 months ago

I've tried my best not to create a new issue for this, but I cannot figure out how to put the tabs above the search bar like vanilla Firefox. Is it still supported? Did I miss something? Please let me know!

As for a visual bug with... "privacy_change_email_text" With "Firefox Account" (Seems to run out of space) bruh With just "Account" (Is in the icon) bruh1

I'd appreciate any help, thanks!

datguypiko commented 9 months ago

For text change it's because of the icons, I added the fix, update the file.

For the tabs on top (only tested with default min/max/close buttons, and windows):

Here is modified userchrome file userChrome.zip

Or you can change it manually in UserChrome.css file with these:

/ TABS TOOLBAR /

titlebar {

order: 0 !important; }


- on line `381` and `385` to
```css
/* Search Bar height */
#urlbar-container {
  --urlbar-container-height: 36px !important;
}

#urlbar-container #urlbar {
  --urlbar-toolbar-height: 36px !important;
}

}

superdragon1772 commented 9 months ago

Everything is looking good, thanks a ton!

superdragon1772 commented 2 months ago

I'm struggling putting this together with the new updates. Can I get an updated guide for tabs on top please?