stuff
This commit is contained in:
parent
e127568252
commit
86e3efb821
|
@ -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;
|
||||
|
|
|
@ -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] || {};
|
||||
|
|
Loading…
Reference in New Issue