Set notif dismiss default display to flex

This commit is contained in:
ClemDee
2019-07-02 12:05:04 +02:00
parent 95959b60c6
commit b713b68e31
3 changed files with 1 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
.cp-notification-dismiss {
color: black;
width: 25px;
display: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;