mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Larger status card inside large status
This commit is contained in:
parent
3d06662559
commit
bd7e099f6e
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@
|
|||
:is(.content, .poll, .media-container) {
|
||||
max-height: 80px !important;
|
||||
}
|
||||
.status.large .status-card :is(.content, .poll, .media-container) {
|
||||
max-height: 80vh !important;
|
||||
}
|
||||
.status-card :is(.content.truncated, .poll, .media-container.truncated) {
|
||||
font-size: inherit !important;
|
||||
mask-image: linear-gradient(to bottom, #000 80px, transparent);
|
||||
|
|
Loading…
Reference in a new issue