diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css
index 61e2f342..793640d8 100644
--- a/copyparty/web/browser.css
+++ b/copyparty/web/browser.css
@@ -4188,3 +4188,10 @@ html.e #detree {
pointer-events: none;
z-index: 99;
}
+
+.overlay_plus{
+ position: absolute;
+ margin: -1.7em 0 0 .8em;
+ color: var(--fg);
+}
+
diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index c194a3b7..475db6c9 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -751,7 +751,7 @@ ebi('ops').innerHTML = (
(have_del ? '🧯' : '') +
'🚀' +
'🎈' +
- '📂' +
+ '📂 +
' +
'📝' +
'📟' +
'🎺' +