/*
 * High resolution image thumbnails in file list.
 * @see User.tsconfig options.file_list.thumbnail.*
 * @todo: Re-evaluate in v12.
 */
#typo3-filelist tr[data-type="file"] .col-title img {
    max-height: 64px;
    max-width: 96px;
    height: auto;
    width: auto;
}
