1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-11 16:38:50 +01:00

Allow lower height single image

This commit is contained in:
Lim Chee Aun 2023-02-28 00:37:53 +08:00
parent ba692e4caa
commit 1808bebe84

View file

@ -330,6 +330,11 @@
gap: 2px; gap: 2px;
height: 160px; height: 160px;
} }
.status .media-container.media-eq1 {
min-height: 44px;
height: auto;
max-height: 160px;
}
.status .media-container.media-gt2 { .status .media-container.media-gt2 {
height: 200px; height: 200px;
} }