Commit a91ea782 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Files app: Change file list thumbnail image to 24px wide

Fixes: 1058532
Change-Id: I5acbc019aed63ebf55394bb2bc4bc8654e136439
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094578
Commit-Queue: Noel Gordon <noel@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748100}
parent b9ad36b6
...@@ -2606,6 +2606,10 @@ body.files-ng.check-select #list-container list li[selected] .detail-thumbnail ...@@ -2606,6 +2606,10 @@ body.files-ng.check-select #list-container list li[selected] .detail-thumbnail
body.files-ng #list-container list li .detail-thumbnail > .thumbnail { body.files-ng #list-container list li .detail-thumbnail > .thumbnail {
border-radius: 50%; border-radius: 50%;
height: 24px;
margin-inline-start: 4px;
margin-top: 4px;
width: 24px;
} }
body.files-ng .table-row-cell > * { body.files-ng .table-row-cell > * {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment