close one notification to close all
This commit is contained in:
@@ -69,4 +69,21 @@
|
||||
|
||||
.notification-button:hover {
|
||||
background-color: #555555;
|
||||
}
|
||||
|
||||
.notification-app-icon {
|
||||
padding-right: 8px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.notification-app-name {
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.notification-header {
|
||||
margin-bottom: 6px;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
Reference in New Issue
Block a user