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);