From ce4e70308a689d85529284e12f178cfeb2766483 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 9 May 2026 14:30:21 +0200 Subject: [PATCH] fix unfun --- copyparty/web/browser.css | 7 +++++-- copyparty/web/browser.html | 2 +- copyparty/web/browser.js | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index b30f8384..b34cc5c5 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -840,7 +840,7 @@ html.y #path a:hover { left: 2em; padding-right: .5em; } -#acessType, +#accessType, #acc_info, #srv_info span, #srv_info2 span { @@ -1612,6 +1612,9 @@ html:not(.e):not(.d) #up_quick .btn.on { .unfun #ops a { font-size: 1.2em; } +.unfun #srchfolder_div { + left: 5.2em; +} #opa_mkd { display: none; } @@ -5078,7 +5081,7 @@ html.e #wtc { #op_acc { left: auto; } -#acessType { +#accessType { font-size: small; } diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index 24db06b2..f71a308e 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -41,7 +41,7 @@

-
+
control-panel
diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index d02f4260..f15d9b54 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -842,7 +842,7 @@ if(!fun_tgl){ ebi('opa_bup').innerHTML = 'bup' ebi('opa_msg').innerHTML = 'message' ebi('opa_cfg').innerHTML = 'settings' - ebi('opa_acc').innerHTML = 'account' + ebi('acc_pfp').innerHTML = 'account' clmod(ebi('acc_pfp'), 'pfp', false) } @@ -8891,7 +8891,7 @@ function apply_perms(res) { if(acct != '*'){ ebi('acc_name').innerHTML = acct; ebi('acc_pfp').innerHTML = acct.substring(0, 1); - ebi('acessType').innerHTML = ''; + ebi('accessType').innerHTML = ''; ebi('blogout').value = L.logout; ebi('acc_button').onclick = function(){}; }