We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a131999 + f2914ca commit 6ba5488Copy full SHA for 6ba5488
1 file changed
apps/files/css/files.scss
@@ -385,8 +385,8 @@ table {
385
}
386
387
388
-.hide-hidden-files #fileList tr.hidden-file,
389
-.hide-hidden-files #fileList tr.hidden-file.dragging {
+.hide-hidden-files #filestable #fileList tr.hidden-file,
+.hide-hidden-files #filestable #fileList tr.hidden-file.dragging {
390
display: none;
391
392
@@ -1007,6 +1007,10 @@ table.dragshadow td.size {
1007
1008
1009
1010
+ tr.hidden-file td.filename .name .nametext .extension {
1011
+ display: block;
1012
+ }
1013
+
1014
/* Center align the footer file number & size summary */
1015
tfoot {
1016
display: grid;
0 commit comments