mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Allow lower height single image
This commit is contained in:
parent
ba692e4caa
commit
1808bebe84
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue