Skip to content

Commit

Permalink
frontend: update deps; add min-width to theme switcher to avoid layou…
Browse files Browse the repository at this point in the history
…t shift
  • Loading branch information
lazka committed Dec 19, 2024
1 parent 1ef2cef commit 6b994cc
Show file tree
Hide file tree
Showing 6 changed files with 1,030 additions and 2,875 deletions.
2 changes: 1 addition & 1 deletion app/static/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/static/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
{% include 'navbar.html' %}
</ul>
</div>
<div class="ms-auto">
<div class="ms-auto navbar-buttons">
<input type="checkbox" class="btn-check" id="dark-mode-check" autocomplete="off">
<label class="btn btn-sm btn-outline-secondary" for="dark-mode-check" id="dark-mode-label"></label>
<label class="btn btn-sm btn-outline-secondary" for="dark-mode-check" id="dark-mode-label"></label>
<a href="https://www.msys2.org" class="btn btn-sm btn-outline-primary ml-auto">Get MSYS2</a>
<a href="https://github.com/msys2/msys2-web" class="btn btn-sm
btn-outline-info">Fork on GitHub</a>
Expand Down
Loading

0 comments on commit 6b994cc

Please sign in to comment.