You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Desktop
OS: NixOS 24.05 with Hyprland
The text was updated successfully, but these errors were encountered:
Description
I'm trying to hide the 'Settings' button that shows up on my browser notifications using:
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
Desktop
The text was updated successfully, but these errors were encountered: