feat: replace fixed aspect-ratio thumbnails with natural image dimensions across gallery, feed, media, and news components
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user