diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:38:03 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 20:38:03 -0700 |
| commit | 81cabf40f9063f72f04df9b720d7f0e25a185741 (patch) | |
| tree | 8cc0b9379e60910b53a288582df421c38ff8c331 /html/account.html | |
| parent | 5c39d7c268819c35f2f7bc25c53d5eeb53510851 (diff) | |
Style checkbox and more
Diffstat (limited to 'html/account.html')
| -rwxr-xr-x | html/account.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/account.html b/html/account.html index 251d33e..0a4da65 100755 --- a/html/account.html +++ b/html/account.html @@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<div class="account"> +<div class="account-dropdown"> <input class="toggle" type="checkbox" id="account"> <label class="username" for="account">{{username}}</label> <div class="menu"> |
