Fix : Hides hidden files and folder in modal

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-04-05 13:21:30 +02:00 committed by GitHub
parent a1b7f132c8
commit 338196ffb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -803,6 +803,9 @@ code {
tr:last-child td {
border-bottom: none;
}
tr[data-entryname^="."] {
display: none;
}
.filename {
overflow: hidden;
white-space: nowrap;