mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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)
|
||||
:is(.content, .poll, .media-container) {
|
||||
max-height: 160px !important;
|
||||
max-height: max(160px, 33vh) !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
.status.small:not(.status-carousel .status, .status.large .status)
|
||||
|
|
Loading…
Reference in a new issue