Giter Site home page Giter Site logo

Comments (4)

unseen-ninja avatar unseen-ninja commented on July 20, 2024 1

Hey there, thanks for reaching out! c:
I've been trying to find away around this issue, but I can't really find a solution that's working well.. It's really annoying that this stupid button and the popup are tied together like this..
Right now my local solution is to set this rule instead of hiding the button: #PanelUI-menu-button { list-style-image: none !important; } This seems to work for the most part. But i don't really like the solution either beause it's just visually hiding the button but it's still there and working.. by far not perfect.

from cascade.

benyaminl avatar benyaminl commented on July 20, 2024 1

Hey there, thanks for reaching out! c: I've been trying to find away around this issue, but I can't really find a solution that's working well.. It's really annoying that this stupid button and the popup are tied together like this.. Right now my local solution is to set this rule instead of hiding the button: #PanelUI-menu-button { list-style-image: none !important; } This seems to work for the most part. But i don't really like the solution either beause it's just visually hiding the button but it's still there and working.. by far not perfect.

Hello, I tried another approach and it seems to work, could you also tried this by adding this code to your userChrome.css

#PanelUI-button { margin-bottom: 33px; }
#PanelUI-menu-button { 
    list-style-image: none !important;
    padding: 0px !important;
    max-height: 1px;
}
#PanelUI-menu-button .toolbarbutton-icon {
    width: 1px !important;
}
#PanelUI-menu-button .toolbarbutton-badge-stack {
    padding: 0px !important;
}

I tried to make the button only have 1px of width, and test it by installing extension, and resizing window, etc, the notification still there and doesn't show or hide randomly like before. I tried this on Nightly 96.01a and 94.0 (not 94.0.2). If this also works on your part, than we can assume as long as the menu button is there even only 1 pixel, the notification pop up will works.

EDIT : The Evidence
image
Change Window or resize still there
image
Update Notification from Nightly
image

from cascade.

benyaminl avatar benyaminl commented on July 20, 2024

@andreasgrafen anyway, do I need to ppen pull request or will you integrate this solution to the cas in next release? 😂

from cascade.

unseen-ninja avatar unseen-ninja commented on July 20, 2024

I mean, I wouldn't mind a pull request as it would also credit you for fixing this, but I can just add it myself and push it. I dont mind either way – so, however you prefer. ^—^

from cascade.

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.