Giter Site home page Giter Site logo

Comments (3)

sannidhyaroy avatar sannidhyaroy commented on August 27, 2024

Alright, I fixed the issues after digging into the css and trying my best to tweak it. I'll share the fix here, so others can try it if they experience the same issue.

  • First, turn off the theme, so that you can customize the toolbar. To turn off the theme, go to the chrome folder in your Firefox profile directory and rename the userChrome.css to userChrome.css.bak and then restart Firefox.
  • Next, click on the hamburger menu > More tools > Customize toolbar.... Then re-arrange the toolbar widget in this order: url-bar spacer 'show sidebars'-button back forward reload extensions-button overflow-menu hamburger-menu. Basically, the spacer should be after the url bar whereas the README of this guide said to place the spacer after the back forward reload buttons.
  • Now you can enable the theme (by renaming the userChrome.css.bak back to userChrome.css) and open the userChrome.css. Find the line width: calc(var(--sdbr-item-wdt) - var(--wbtn-wdt)) !important; and change it to width: calc(var(--sdbr-item-wdt)) !important;. This will remove and fix the unwanted space on the right side of the hamburger menu.
  • We're almost done! If you further want to get the macOS Window Controls look (since, enabling the mac_buttons.css wasn't working for me), add this css code to your userChrome.css file.
  • That's it. Restart Firefox!

from arcticfox-theme.

sannidhyaroy avatar sannidhyaroy commented on August 27, 2024

Don't know why the mac_button.css wasn't working for me, but I suspect it was probably because it was only tested with KDE Plasma Desktop Environment as per this #5 issue, whereas I was on Fedora running on Vanilla Gnome. One more thing to keep in mind is that second-last point in the solution that I shared above regarding the macOS Window Controls would only work if your Gnome Theme has the Window Controls from macOS (like I have WhiteSur GTK theme installed).

from arcticfox-theme.

sirlan-ff00ff avatar sirlan-ff00ff commented on August 27, 2024

(Sorry for the late response) if you want you could add the extra CSS and alternate width calculation as part of the repo, would be fine in having the alternate layout in the guide as well

from arcticfox-theme.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.