[matrix] Dark Theme

* Apply width restructions to modals and images

* Dark theme 2.0

* Add webkit scrollbar

* Use Object.keys instead of Object.entries where applicable
This commit is contained in:
Josh
2020-05-29 16:57:00 +10:00
committed by Rapptz
parent 51d76e819b
commit e7c6643730
7 changed files with 154 additions and 20 deletions

View File

@ -91,6 +91,15 @@
</h3>
</div>
<div class='setting'>
<h3>Enable dark theme:
<label class="toggle" title="Enable the dark theme.">
<input type="checkbox" name="useDarkTheme" onclick="updateSetting(this);">
<span class="toggle-slider"></span>
</label>
</h3>
</div>
</div>
</div>
{% block body %} {% endblock %}