From 3d4fe9ecdc0a7c9f40852d37869f259c7fc57484 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 11 Apr 2026 13:08:28 +0200 Subject: [PATCH] min height for temporary element when making file or folder --- copyparty/web/browser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 18f8950e..7f5db354 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4383,6 +4383,10 @@ html.e #detree { border-bottom: 1px solid var(--a-gray); } +#rcm_tmp { + min-height: 5em; +} + #tempname { color: var(--fg); background: var(--txt-bg);