Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Option needed to hide the 'Settings' button that shows up at the bottom of some notifications #442

Open
guttermonk opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@guttermonk
Copy link

Description
I'm trying to hide the 'Settings' button that shows up on my browser notifications using:

    .notification-action {
      display: none;
    }

But this causes the css to error out. I really don't have a need for this button, since I can go into my browser settings at any time to find these settings and I rarely need to change them once they are set. So while the button is convenient, it does take up more space than it is helpful.

Expected behavior
I expect the above css code to hide the 'Settings' button.

Screenshots
swappy-2024-06-16-21:20:29

Desktop

  • OS: NixOS 24.05 with Hyprland
@guttermonk guttermonk added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant