From 74a4f351a9c6076e93b1f7c2d345e2223a419ebc Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 3 Apr 2026 16:07:48 +0200 Subject: [PATCH] folder button: added "+" on top --- copyparty/web/browser.css | 7 +++++++ copyparty/web/browser.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ? '🧯' : '') + '🚀' + '🎈' + - '📂' + + '📂

+

' + '📝' + '📟' + '🎺' +