Giter Site home page Giter Site logo

Comments (7)

rafaelmardojai avatar rafaelmardojai commented on August 15, 2024

The theme doesn't support Windows see #107, maybe we can reopen that issue.

from firefox-gnome-theme.

Niko3C avatar Niko3C commented on August 15, 2024

You're right. If you have time, we can work together to solve this problem!!

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on August 15, 2024

Sure, actually looking at your screenshot the theme seems to be working pretty good on Windows, the only problem is that for window controls positioning the theme uses some linux only media queries to determine how many buttons there are and if they are in the left or right. But for Windows we can just asume that we have three buttons on the right.

Can you test if this CSS code solves the problem?

@media (-moz-platform: windows) {
	:root {
		--gnome-navbar-csd-offset: 117px;
	}
}

from firefox-gnome-theme.

Niko3C avatar Niko3C commented on August 15, 2024

Thank you very much for your reply by using the method you gave I have successfully solved the problem.
Here are my screenshots for other windows users:
Snipaste_2024-06-27_20-10-03

from firefox-gnome-theme.

rafaelmardojai avatar rafaelmardojai commented on August 15, 2024

Since it's a trivial fix, I'm going to add it to the theme.

from firefox-gnome-theme.

Niko3C avatar Niko3C commented on August 15, 2024

Thank you for your reply. I have already made the necessary changes to the Windows theme. If anyone else needs it, you can have them come to my repository to view the files I have uploaded
Snipaste_2024-07-08_15-03-33

from firefox-gnome-theme.

Niko3C avatar Niko3C commented on August 15, 2024

This is the URL of my project: https://github.com/Niko3C/firefox-gnome-theme_win11

from firefox-gnome-theme.

Related Issues (20)

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.