Skip to content
Snippets Groups Projects
Verified Commit d8d28a97 authored by ornanovitch's avatar ornanovitch
Browse files

style: followup to #84 resolution

parent 8ac5ccc8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ pre {
.theme-switch {
display: inline-block;
height: 24px;
position: relative;
position: absolute;
top: 5px;
width: 50px;
}
......
......@@ -33,14 +33,6 @@
</a>
</li>
{% endif %}
<li class="nav-item">
<div class="theme-switch-wrapper nav-link">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<span class="slider round"></span>
</label>
</div>
</li>
</ul>
</nav>
......
<li class="nav-item">
<a class="nav-link">
<i class="nav-icon fas fa-moon"></i>
<p>{% trans %}Dark theme{% endtrans %}</p>
<label class="theme-switch ml-3" for="checkbox">
<input type="checkbox" id="checkbox">
<span class="slider round"></span>
</label>
</a>
</li>
{% if current_user.is_authenticated %}
<li class="nav-header">{% trans %}Account{% endtrans %}</li>
<li class="nav-item">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment