ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.29k stars 62 forks source link

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

Open guttermonk opened 3 months ago

guttermonk commented 3 months ago

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