feat: replace fixed aspect-ratio thumbnails with natural image dimensions across gallery, feed, media, and news components

This commit is contained in:
2026-06-19 09:00:22 +00:00
parent a6aa2ad357
commit 4ccdc5f4b8
5 changed files with 40 additions and 26 deletions
+3 -2
View File
@@ -244,8 +244,9 @@
.daily-topic-image {
display: block;
width: 100%;
height: 140px;
object-fit: cover;
height: auto;
max-height: 200px;
object-fit: contain;
border-radius: var(--radius);
margin-bottom: 0.75rem;
border: 1px solid var(--border);