Add files via upload

This commit is contained in:
seb1k 2024-06-01 20:22:15 +02:00 committed by GitHub
parent 8ff6f38771
commit 21a2842bcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4462,9 +4462,15 @@ opacity:.3;
display: none;
}
/* all browser except safari (bug mousedown) */
@supports (not (background: -webkit-named-image(i))) and (all: revert) {
.messagelist tr:hover span.size {
display: inline;
}
}
.messagelist.sort-size span.date {
display: none;