Make sure the media has min height

Some images have *very* small height
This commit is contained in:
Lim Chee Aun 2022-12-15 01:46:04 +08:00
parent ca71d45a77
commit 27c0ba7f4b

View file

@ -213,6 +213,7 @@
border-radius: 8px;
overflow: hidden;
max-height: 160px;
min-height: 80px;
border: 1px solid var(--outline-color);
}
.status .media:hover {