Skip to content
Snippets Groups Projects
Commit 8921ae50 authored by Christoph's avatar Christoph
Browse files

fixes mobile button

parent 76a26bd8
Branches dark_mode
No related tags found
1 merge request!74Fix darkmode button on mobile
Pipeline #245556 passed with warnings
......@@ -86,8 +86,8 @@
{{- end }}
<li class="nav-item d-flex justify-content-lg-center justify-content-start align-items-center p-lg-2 pt-2" >
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-half" viewBox="0 0 16 16" id="darkSwitch">
<li class="nav-item d-flex justify-content-lg-center justify-content-start align-items-center p-lg-2 pt-2" id="darkSwitch">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-half" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>
</svg>
</li>
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