min height for temporary element when making file or folder

This commit is contained in:
Til Schmitter 2026-04-11 13:08:28 +02:00
parent 0b31c80673
commit 3d4fe9ecdc

View file

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