fix delete notification
This commit is contained in:
parent
d9a4967c71
commit
652ab3c222
2 changed files with 7 additions and 3 deletions
|
|
@ -6,8 +6,12 @@
|
|||
</div>
|
||||
<div class="dr-notification-content">
|
||||
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
|
||||
<div class="dr-notification-text label"
|
||||
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}</div>
|
||||
<div class="dr-notification-text label radius" ng-show="noti.userData.color"
|
||||
ng-style="{'background-color':noti.userData.color}">{{noti.content|translate}}
|
||||
</div>
|
||||
<div class="dr-notification-text" ng-show="!noti.userData.color"
|
||||
>{{noti.content|translate}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -268,7 +268,7 @@ a.missing-copayers {
|
|||
}
|
||||
|
||||
.label {
|
||||
font-size: 80%;
|
||||
font-size: 70%;
|
||||
padding: 0.2rem 0.2rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue