mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Nextcloud /themes/*/snappymail/(style.css|preview.png) for #875
This commit is contained in:
parent
3b43a8bc78
commit
0b421d5a62
3 changed files with 3 additions and 8 deletions
|
|
@ -57,12 +57,7 @@ export const
|
|||
}, clearTimer);
|
||||
},
|
||||
|
||||
convertThemeName = theme => theme
|
||||
.replace(/@custom$/, '')
|
||||
.replace(/@nextcloud$/, '')
|
||||
.replace(/([A-Z])/g, ' $1')
|
||||
.replace(/[^a-zA-Z0-9]+/g, ' ')
|
||||
.trim();
|
||||
convertThemeName = theme => theme.replace(/@[a-z]+$/, '').replace(/([A-Z])/g, ' $1').trim();
|
||||
|
||||
ThemeStore.isMobile.subscribe(value => $htmlCL.toggle('rl-mobile', value));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue