mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Allow themes in mobile mode
Cleanup themes and drop the template.less
This commit is contained in:
parent
4f1fc5f44b
commit
48424e213b
34 changed files with 722 additions and 741 deletions
|
|
@ -121,7 +121,7 @@ export class AbstractApp {
|
|||
initOnStartOrLangChange();
|
||||
|
||||
if (mobile) {
|
||||
$htmlCL.add('rl-mobile');
|
||||
$htmlCL.toggle('rl-mobile', mobile);
|
||||
leftPanelDisabled(true);
|
||||
} else {
|
||||
window.addEventListener('resize', () => leftPanelDisabled(767 >= window.innerWidth));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue