Center folder strip name, fix file share url, keep fileList wrapping tight (closes #38)

This commit is contained in:
Ryan
2025-05-22 07:32:38 -04:00
committed by GitHub
parent 4a736b0224
commit 9209f7a582
5 changed files with 41 additions and 29 deletions

View File

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