Coder Social home page Coder Social logo

Comments (5)

gomita avatar gomita commented on August 15, 2024

It seems to be a problem only with Linux.
Now I have no Linux environment to test, so please test the following code, which you should add your userChrome.css file.

#vertical-toolbar[defaulttheme="Lin"] toolbarseparator {
    -moz-appearance: none !important;
    margin: 0.2em 2px;
    border-bottom: 1px solid ThreeDHighlight;
    border-top: 1px solid ThreeDShadow;
    height: 2px;
    border-left: none;
    border-right: none;
}

Note that this is only for test purpose, so please don't forget remove after testing.

from verticaltoolbar.

mechanical-snail avatar mechanical-snail commented on August 15, 2024

Closer, but it doesn't quite work: it now leaves a very small invisible space where the separators are. I tried tweaking the borders, but that didn't get the separators to show.

Commenting out -moz-appearance: none !important; and changing the height to height: 20px; gets them to display vertically:

20px

Not sure how to get the separator to expand horizontally though. Adding width: 50px; has no effect.

from verticaltoolbar.

gomita avatar gomita commented on August 15, 2024

Thanks.
Then, please add the following line:

#vertical-toolbar[defaulttheme="Lin"] {
    -moz-box-align: stretch;
}

from verticaltoolbar.

mechanical-snail avatar mechanical-snail commented on August 15, 2024

No effect, unfortunately.

from verticaltoolbar.

mechanical-snail avatar mechanical-snail commented on August 15, 2024

Confirming that it works now. Thanks for the prompt fix.

from verticaltoolbar.

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.