Do not create notification elements from two different places

This commit is contained in:
ClemDee
2019-07-01 11:12:16 +02:00
parent 999ba592a9
commit 604358d5dc
3 changed files with 12 additions and 33 deletions

View File

@@ -32,7 +32,7 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
border-radius: 5px 5px 0 0;
// border-radius: 5px 5px 0 0;
background-color: #888;
color: #fff;
@@ -68,7 +68,7 @@
align-items: stretch;
border: 1px solid #ccc;
border-top: none;
border-radius: 0 0 5px 5px;
// border-radius: 0 0 5px 5px;
overflow: hidden;
.cp-notification {