mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fixed mobile site dark mode.
This commit is contained in:
parent
f5d092fb8a
commit
00d8e8efcd
1 changed files with 1 additions and 1 deletions
|
@ -3915,7 +3915,7 @@
|
|||
QS('deskarea3')['padding-right'] = '';
|
||||
QS('DeskParent')['margin-top'] = null;
|
||||
QS('DeskParent')['margin-left'] = null;
|
||||
QS('body')['background-color'] = null;
|
||||
QS('body')['background-color'] = nightMode ? '#000' : '#FFF';
|
||||
QS('p10')['background-color'] = null;
|
||||
closeFullscreen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue