Skip to content

Commit

Permalink
Update version text and add link to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
khui0 committed Mar 26, 2024
1 parent 1d43dd4 commit 0a9efa5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,14 @@ <h2 id="history-date"></h2>
</dialog>
<!-- Settings -->
<dialog data-modal-page="settings" data-page-title="Settings">
<p id="version-string">Version <span class="version"></span></p>
<p id="version-string"><span class="version"></span></p>
<button data-modal-view="settings/code">Seat Code</button>
<button data-modal-view="settings/theme">Theme</button>
<button data-modal-view="settings/keybinds">Keyboard Shortcuts</button>
<button data-modal-view="settings/reset">Reset</button>
<div class="row center">
<a href="https://github.com/khui0/virtual-clicker" class="icon"><i class="bi bi-github"></i></a>
</div>
<div data-modal-page="code" data-page-title="Seat Code">
<input type="text" inputmode="numeric" placeholder="000" maxlength="3" id="code-input">
<button data-modal-view="settings/code/help">Need help?</button>
Expand Down
4 changes: 4 additions & 0 deletions src/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ button:disabled {
pointer-events: none;
}

a.icon {
font-size: 1.5em;
}

.pill {
border-radius: 100vh;
}
Expand Down

0 comments on commit 0a9efa5

Please sign in to comment.