mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Add dark mode toggle in mobile view
Fixes #2534 Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
4f22184be5
commit
58f321ce29
2 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
# Release Notes
|
||||
## <i class="fa fa-tag"></i> 1.x.x <i class="fa fa-calendar-o"></i> UNRELEASED
|
||||
|
||||
### Enhancements
|
||||
- Add dark mode toggle in mobile view
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
||||
## <i class="fa fa-tag"></i> 1.9.4 <i class="fa fa-calendar-o"></i> 2022-07-10
|
||||
|
||||
|
|
|
@ -70,6 +70,11 @@
|
|||
<li role="presentation"><a role="menuitem" class="ui-help" href="#" data-toggle="modal" data-target=".help-modal"><i class="fa fa-question-circle fa-fw"></i> Help</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btn-group" data-toggle="buttons">
|
||||
<label class="btn ui-night" title="<%= __('Night Theme') %>">
|
||||
<input type="checkbox" name="night"><i class="fa fa-moon-o"></i>
|
||||
</label>
|
||||
</div>
|
||||
<a class="btn btn-link ui-mode">
|
||||
<i class="fa fa-pencil"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue