diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 2ea0edd9..f496b711 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1937,7 +1937,7 @@ html.y #tree.nowrap .ntree a+a:hover { background: #fff; background: var(--bg-u2); border-radius: .3em; - padding: .2em .5em; + padding: .2em .5em 0 .5em; line-height: 2.3em; margin-bottom: 1.5em; } diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 35ba275c..59c3ab90 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -915,7 +915,7 @@ x.parentNode.insertBefore(mknod('div', null, // config panel ebi('op_cfg').innerHTML = ( '
\n' + - '

' + L.cl_opts + '

\n' + + '

✅ ' + L.cl_opts + '

\n' + '
\n' + ' ' + L.ct_grid + '\n' + @@ -936,7 +936,7 @@ ebi('op_cfg').innerHTML = ( '
\n' + '
\n' + '
\n' + - '

' + L.cl_hfsz + '

\n' + + '

🔢 ' + L.cl_hfsz + '

\n' + '
\n' + '
\n' + '
\n' + - '

' + L.cl_themes + '

\n' + + '

🎨 ' + L.cl_themes + '

\n' + '
\n' + '
\n' + '\n' + '
\n' + - '

' + L.cl_langs + '

\n' + + '

🌐 ' + L.cl_langs + '

\n' + '
\n' + '
\n' + (have_zip ? ( - '

' + L.cl_ziptype + '

\n' + '

⬇️ ' + L.cl_ziptype + '

\n' ) : '') + '
\n' + - '

' + L.cl_uopts + '

\n' + + '

🚀 ' + L.cl_uopts + '

\n' + '
\n' + ' 🎉\n' + + '

🎉 ' + L.cl_favico + '

\n' + '
\n' + ' ' + ' ' + @@ -991,7 +991,7 @@ ebi('op_cfg').innerHTML = ( '
\n' + '
\n' + '
\n' + - '

' + L.cl_bigdir + '

\n' + + '

📁 ' + L.cl_bigdir + '

\n' + '
\n' + ' ' + ' ask\n' + @@ -999,15 +999,15 @@ ebi('op_cfg').innerHTML = ( '
\n' + '
\n' + '
\n' + - '

' + L.cl_hsort + '

\n' + + '

🔃 ' + L.cl_hsort + '

\n' + '
\n' + ' ' + ' \n' + '
\n' + '
\n' + - '

' + L.cl_keytype + '

\n' + - (!MOBILE ? '

' + L.cl_rcm + '

\n' + + (!MOBILE ? '

🖱️ ' + L.cl_rcm + '

' + L.cl_hidec + ' / ' : '') + '' + L.cl_reset + '
' );