mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-13 09:28:50 +01:00
Don't limit 80px if more than 2 media
This commit is contained in:
parent
3d4ebb8abe
commit
848433365d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
.status.small:not(.status-carousel .status, .status.large .status)
|
||||
.status-card
|
||||
:is(.content, .poll, .media-container) {
|
||||
:is(.content, .poll, .media-container:not(.media-gt2)) {
|
||||
max-height: 80px !important;
|
||||
}
|
||||
.status.large .status-card :is(.content, .poll, .media-container) {
|
||||
|
|
Loading…
Reference in a new issue