diff --git a/css/files.css b/css/files.css index 4e07b62..8e29ace 100644 --- a/css/files.css +++ b/css/files.css @@ -21,7 +21,7 @@ } thead.files-list__thead tr, - tbody.files-list__tbody tr.files-list__row, + div[data-cy-files-list]:not(.files-list--grid) tbody.files-list__tbody tr.files-list__row, tfoot.files-list__tfoot tr { padding-right: 44px; padding-left: 4px; @@ -198,7 +198,7 @@ } } - tbody.files-list__tbody--grid .files-list__row-icon { + div.files-list--grid tbody.files-list__tbody .files-list__row-icon { .folder-icon { justify-content: center; } @@ -207,7 +207,7 @@ width: auto; height: auto; min-width: 42px; - min-height: 60%; + min-height: 80%; } }