mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update labs settings, allow dark mode and MomentUI
This commit is contained in:
parent
63dc9a3c2b
commit
0f4443656e
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
</label>
|
</label>
|
||||||
<p class="text-muted small help-text">MomentUI offers an alternative layout for posts and your profile.</p>
|
<p class="text-muted small help-text">MomentUI offers an alternative layout for posts and your profile.</p>
|
||||||
</div>
|
</div>
|
||||||
@if($profile->profile_layout != 'moment')
|
|
||||||
<div class="form-check pb-3">
|
<div class="form-check pb-3">
|
||||||
<input class="form-check-input" type="checkbox" name="dark_mode" id="dark_mode" {{request()->hasCookie('dark-mode') ? 'checked':''}}>
|
<input class="form-check-input" type="checkbox" name="dark_mode" id="dark_mode" {{request()->hasCookie('dark-mode') ? 'checked':''}}>
|
||||||
<label class="form-check-label font-weight-bold" for="dark_mode">
|
<label class="form-check-label font-weight-bold" for="dark_mode">
|
||||||
|
@ -39,7 +38,6 @@
|
||||||
</label>
|
</label>
|
||||||
<p class="text-muted small help-text">Use dark mode theme.</p>
|
<p class="text-muted small help-text">Use dark mode theme.</p>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
|
||||||
<div class="py-3">
|
<div class="py-3">
|
||||||
<p class="font-weight-bold text-muted text-center">Discovery</p>
|
<p class="font-weight-bold text-muted text-center">Discovery</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue