diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index cad9517b..ba8c8e83 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1639,7 +1639,7 @@ input.ssconf_v { } #wrap { - margin: .5em .7em 0 .7em; + margin: .5em 1em 0 .7em; min-height: 70vh; padding-bottom: 7em; } @@ -4432,7 +4432,7 @@ html.e #detree { font-size: medium; } #acc_settings:hover{ - background: var(--a-b); + background: var(--a-hil); } .popup.show { diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 0c049869..dc54c258 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -212,12 +212,12 @@ if (1) "u_nav_m": '
aight, what do you have?
Enter = Files (one or more)\nESC = One folder (including subfolders)', "u_nav_b": 'FilesOne folder', - "cl_opts": "switches", + "cl_opts": "general", "cl_hfsz": "filesize", "cl_themes": "theme", "cl_langs": "language", "cl_ziptype": "folder download", - "cl_uopts": "up2k switches", + "cl_uopts": "upload", "cl_favico": "favicon", "cl_bigdir": "big dirs", "cl_hsort": "#sort", @@ -1333,7 +1333,7 @@ var mpl = (function () { var have_mctl = 'mediaSession' in navigator && window.MediaMetadata; ebi('op_player').innerHTML = ( - '

' + L.cl_opts + '

' + + '

' + L.ot_mp + '

' + '{0} ┃ {1}'.format(a, names[a] || 'custom')); diff --git a/scripts/tl.js b/scripts/tl.js index f5270091..3ac78eb9 100644 --- a/scripts/tl.js +++ b/scripts/tl.js @@ -237,12 +237,12 @@ Ls.hmn = { "u_nav_m": '
aight, what do you have?
Enter = Files (one or more)\nESC = One folder (including subfolders)', "u_nav_b": '
FilesOne folder', - "cl_opts": "switches", + "cl_opts": "general", "cl_hfsz": "filesize", "cl_themes": "theme", "cl_langs": "language", "cl_ziptype": "folder download", - "cl_uopts": "up2k switches", + "cl_uopts": "upload", "cl_favico": "favicon", "cl_bigdir": "big dirs", "cl_hsort": "#sort",