ui: fix “Change Password” button sizing in User Panel

This commit is contained in:
Ryan
2025-10-23 01:54:32 -04:00
committed by GitHub
parent 30761b6dad
commit ebabb561d6
3 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import { loadAdminConfigFunc } from './auth.js';
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
import { sendRequest } from './networkUtils.js';
const version = "v1.6.1";
const version = "v1.6.2";
const adminTitle = `${t("admin_panel")} <small style="font-size:12px;color:gray;">${version}</small>`;