Filemanager: hide file count in mobile in the correct file

This commit is contained in:
nathan 2024-10-23 13:55:03 -06:00
parent 69b2a483bb
commit f714f6917a
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,8 @@
display: inline-block !important; display: inline-block !important;
} }
#filemanager-index_nm .nextmatch_header.nm_header_hide .header_row_right, #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; display: none;
} }
#filemanager-index_nm .nextmatch_header .nextmatch_header_row { #filemanager-index_nm .nextmatch_header .nextmatch_header_row {

View File

@ -59,7 +59,7 @@
#filemanager-index_filemanager-index-header_left {height:auto;order:100;} #filemanager-index_filemanager-index-header_left {height:auto;order:100;}
.nextmatch_header.nm_header_hide { .nextmatch_header.nm_header_hide {
display:inline-block !important; display:inline-block !important;
.header_row_right, .filtersContainer {display:none;} .header_row_right, .filtersContainer, .header_count {display:none;}
} }
.nextmatch_header { .nextmatch_header {
.nextmatch_header_row {padding-bottom:0px;} .nextmatch_header_row {padding-bottom:0px;}