Fasten notification element removal in list

This commit is contained in:
ClemDee
2019-06-27 14:00:00 +02:00
parent 19a3524ab5
commit 8f914786e0
2 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,9 @@
&:not(:first-child) {
border-top: 1px solid #ccc;
}
&.dismissed {
display: none;
}
.cp-notification-content {
flex-grow: 1;