Filemanager: hide file count in mobile

This commit is contained in:
nathan 2024-10-22 14:27:23 -06:00
parent 1fbce7da8f
commit 982f592f38

View File

@ -59,7 +59,8 @@
display: inline-block !important;
}
#filemanager-index_nm .nextmatch_header.nm_header_hide .header_row_right,
#filemanager-index_nm .nextmatch_header.nm_header_hide .filtersContainer {
#filemanager-index_nm .nextmatch_header.nm_header_hide .filtersContainer,
#filemanager-index_nm .nextmatch_header.nm_header_hide .header_count {
display: none;
}
#filemanager-index_nm .nextmatch_header .nextmatch_header_row {