This commit is contained in:
Mirco Wittrien 2021-01-28 14:00:47 +01:00
parent e127568252
commit 86e3efb821
2 changed files with 2 additions and 1 deletions

View File

@ -1114,6 +1114,7 @@ img:not([src]), img[src=""], img[src="null"] {
margin-top: 10px;
padding: 10px 10px 12px 10px;
overflow: hidden;
max-width: 50vw;
min-height: 24px;
height: unset;
opacity: 1;

View File

@ -789,7 +789,7 @@ module.exports = (_ => {
className: `friendnotifications-${status.name}-toast friendnotifications-${id}-toast`,
timeout: toastTime,
avatar: avatar,
color: BDFDB.UserUtils.getStatusColor(status.name, true),
barColor: BDFDB.UserUtils.getStatusColor(status.name, true),
onClick: openChannel,
onShow: _ => {
let notificationSound = notificationSounds["toast" + status.name] || {};