mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 05:18:51 +01:00
Further extend quote post dimensions
This commit is contained in:
parent
f4a4913889
commit
7f5f01b118
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
}
|
}
|
||||||
.status-card:not(.status-carousel .status)
|
.status-card:not(.status-carousel .status)
|
||||||
:is(.content, .poll, .media-container) {
|
:is(.content, .poll, .media-container) {
|
||||||
max-height: 160px !important;
|
max-height: max(160px, 33vh) !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.status.small:not(.status-carousel .status, .status.large .status)
|
.status.small:not(.status-carousel .status, .status.large .status)
|
||||||
|
|
Loading…
Reference in a new issue