mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +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;
|
||||
aspect-ratio: 4/3;
|
||||
width: 100%;
|
||||
max-height: 6rem;
|
||||
}
|
||||
|
||||
.thumbnail svg {
|
||||
|
|
Loading…
Reference in a new issue