mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Make sure the media has min height
Some images have *very* small height
This commit is contained in:
parent
ca71d45a77
commit
27c0ba7f4b
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 160px;
|
max-height: 160px;
|
||||||
|
min-height: 80px;
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
}
|
}
|
||||||
.status .media:hover {
|
.status .media:hover {
|
||||||
|
|
Loading…
Reference in a new issue