Skip to content

fix: prevent thumbnail squashing in file list#1440

Merged
kulmann merged 1 commit intomainfrom
fix/file-list-thumbnail-squash
Oct 28, 2025
Merged

fix: prevent thumbnail squashing in file list#1440
kulmann merged 1 commit intomainfrom
fix/file-list-thumbnail-squash

Conversation

@JammingBen
Copy link
Member

fixes #1387

@JammingBen JammingBen self-assigned this Oct 27, 2025
Copilot AI review requested due to automatic review settings October 27, 2025 13:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue where thumbnails in the file list were being squashed by replacing explicit width and height attributes with a CSS utility class approach.

Key Changes:

  • Removed fixed width="40" and height="40" attributes from the thumbnail image element
  • Added max-w-fit utility class to prevent thumbnail squashing while maintaining the existing size-8 constraint

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@kulmann kulmann merged commit 6bd3309 into main Oct 28, 2025
29 checks passed
@kulmann kulmann deleted the fix/file-list-thumbnail-squash branch October 28, 2025 10:17
@openclouders openclouders mentioned this pull request Oct 28, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thumbnails in file list get squashed

3 participants