Code Monkey home page Code Monkey logo

Comments (7)

Patrxgt avatar Patrxgt commented on September 24, 2024 1

That fixed it. Thanks.

from firefox-ui-fix.

black7375 avatar black7375 commented on September 24, 2024

Do you mean bottom-line?
Am I understanding this correctly?

from firefox-ui-fix.

Patrxgt avatar Patrxgt commented on September 24, 2024

I mean 1px line under the top bar (so, either under bookmarks or address bar, depends on bookmarks bar settings) of Firefox's theme is visible and it shouldn't. You can clearly see this on a screenshot I've added to the bug report.

from firefox-ui-fix.

black7375 avatar black7375 commented on September 24, 2024

After checking, it turns out that firefox have a transparent border-bottom.

:root {
  --chrome-content-separator-color: ThreeDShadow;
}
:root[lwttheme] {
  --chrome-content-separator-color: rgba(0,0,0,.3);
}

#navigator-toolbox {
  border-bottom: 0.01px solid var(--chrome-content-separator-color);
}

The bottom line is what separates the toolbars.

image

So while this is very useful in the general case, it seems to be getting in the way in this case.
Therefore, I recommend adding the following code to userChrome.css rather than patching for common code.

/* userChrome.css */
#navigator-toolbox {
  border-bottom: none !important;
}

from firefox-ui-fix.

Patrxgt avatar Patrxgt commented on September 24, 2024

Instead of closing as "not planned", you could instead add some info about this in the Wiki section. I'm sure there will be other people with the same problem.

from firefox-ui-fix.

black7375 avatar black7375 commented on September 24, 2024

It certainly is. It's related to compatibility of the theme, so it's been added to the following link.

https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution#flashing-at-navigation-toolbar-bottom

Good suggestion 👍

from firefox-ui-fix.

Patrxgt avatar Patrxgt commented on September 24, 2024

Thank you for listening

from firefox-ui-fix.

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.