Giter Site home page Giter Site logo

[Win][Fx57][Compact Dark Theme] Context menu > Replace back, forward, reload etc. buttons with labels seem to be misaligned. about customcssforfx HOT 5 CLOSED

aris-t2 avatar aris-t2 commented on May 30, 2024
[Win][Fx57][Compact Dark Theme] Context menu > Replace back, forward, reload etc. buttons with labels seem to be misaligned.

from customcssforfx.

Comments (5)

 avatar commented on May 30, 2024

Compact Dark Theme? I see also in Personas theme (similar bug):

imgur image

1.2.8 on Windows Classic Theme, Fx57 stable.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

@ImSpecial
What OS and OS theme are you using?
What is high resolution mode are you using? HiDPI value?

@userOperaFF
You are using Windows 7s Windows classic theme. This one might require special adjustments.

Since Mozilla removed the @media theme/classic theme detection, you have to add this to your userChrome.css manually.

:-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage):after {
  -moz-margin-start: -14px !important;
}

or

:-moz-any(#context-back,#context-forward,#context-reload,#context-stop,#context-bookmarkpage) image {
  -moz-margin-start: 0px !important;
  -moz-margin-end: 2px !important;
}

I will add the later one as on option on next update.

from customcssforfx.

ImSpecial avatar ImSpecial commented on May 30, 2024

What OS and OS theme are you using? Windows 10 Falls Creators Update, not sure what OS theme, default?

What is high resolution mode are you using? HiDPI value? My monitors are 1920x1200, I use Windows 10 custom DPI Scaling at 125%.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

OK,

I will try to fix this on next update.

Looks like browser own layout.css.devPixelsPerPx setting is not reliable, as it offers different results when comparing e.g. 1.25 value with OSs DPI setting of 125%, but they actually should offer the same results.

from customcssforfx.

ImSpecial avatar ImSpecial commented on May 30, 2024

Looks pretty fixed to me. Good Job!

https://i.imgur.com/B28mB5t.png

from customcssforfx.

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.