mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +00:00
fix: Set max height on post listing thumbnails
This commit is contained in:
parent
5fdbaa0dd9
commit
424d29847b
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ blockquote {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
aspect-ratio: 4/3;
|
aspect-ratio: 4/3;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail svg {
|
.thumbnail svg {
|
||||||
|
|
Loading…
Reference in a new issue