Code Monkey home page Code Monkey logo

Comments (6)

edelvarden avatar edelvarden commented on June 9, 2024 1

Did you see userChrome.chrome-refresh-2023 param for about:config, this is implemented "Chrome Refresh 2023", I make it optional because users maybe prefer for current UI version, try it if you don't see (check readme for more info).

About "Accent Color" on the background and buttons, it possible to implement.

About "How can I make the shadow of the expanded address bar smaller, lighter?":

  1. Rename custom-chrome_example.css to custom-chrome.css.
  2. Open file and add:
:root,
html,
body {
  /* add your css below */
  --mf-elevation-3: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
  1. Save file and restart Firefox.

You can use your own value, values can be found here

About "How can I adjust the spacing? Could you give me some tips?":

In the same file add below:

:root,
html,
body {
  /* add your css below */
  --mf-elevation-3: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.titlebar-buttonbox-container {
  margin-inline-end: 12px !important;
  }

Change 12px with your own.

from material-fox-updated.

edelvarden avatar edelvarden commented on June 9, 2024

Please provide more information regarding the specific features or changes, it will help me don't miss something and better understand your request.
Format like a list if there are multiple things.
Also keep in mind Firefox theme looks similar to Chrome, and not 100% the same and not pixel perfect or something like that.

from material-fox-updated.

IlIllIl avatar IlIllIl commented on June 9, 2024

As you see, there are more Material You elements:

  • Accent Color
  • Rounded-corner Button
9748EE90-A950-4516-A449-30DCEDC437B5
  • More Rounded-corner Elements
image

How can I make the shadow of the expanded address bar smaller, lighter?

B2DCBBD7-AB8F-4C19-9708-0F18EA49C25A

How can I adjust the spacing? Could you give me some tips?

from material-fox-updated.

IlIllIl avatar IlIllIl commented on June 9, 2024

Wow, nice. Thanks for your reply.
The userChrome.chrome-refresh-2023 in about:config looks not good now.
Can I adjust the spacing of them as well?
image
image

from material-fox-updated.

edelvarden avatar edelvarden commented on June 9, 2024

Wow, nice. Thanks for your reply. The userChrome.chrome-refresh-2023 in about:config looks not good now. Can I adjust the spacing of them as well? image image

Try adding the following css param:

:root,
html,
body {
--toolbarbutton-outer-padding: 3px !important;
}

Change 3px with your own.

P.S. I don't know why you are trying achieve pixel perfection, because it can change over time and general styles looks good for me and I don't see any critical parts that need to be replaced, but I respect your preferences, if you want do this you can do this.

Provide any other remarks, if any.

from material-fox-updated.

IlIllIl avatar IlIllIl commented on June 9, 2024

Thanks you :)

from material-fox-updated.

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.