mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Move "assets" to proper location in snappymail/v/0.0.0/static/
This commit is contained in:
parent
4521a9917a
commit
489ed81c84
26 changed files with 7 additions and 17 deletions
|
|
@ -57,7 +57,7 @@ export const NotificationUserStore = new class {
|
|||
if (DesktopNotifications && NotificationsGranted()) {
|
||||
const options = {
|
||||
body: text,
|
||||
icon: imageSrc || Links.staticLink('css/images/icon-message-notification.png'),
|
||||
icon: imageSrc || Links.staticLink('images/icon-message-notification.png'),
|
||||
data: messageData
|
||||
};
|
||||
if (messageData?.uid) {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
display: inline-block;
|
||||
width: 250px;
|
||||
height: 200px;
|
||||
background: url("images/snappymail-logo.png") -30px -30px;
|
||||
/* Yes this LESS css relative path quirk becomes ../ */
|
||||
background: url(../../images/snappymail-logo.png) -30px -30px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue