mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01: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) {
|
:is(.content, .poll, .media-container) {
|
||||||
max-height: 80px !important;
|
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) {
|
.status-card :is(.content.truncated, .poll, .media-container.truncated) {
|
||||||
font-size: inherit !important;
|
font-size: inherit !important;
|
||||||
mask-image: linear-gradient(to bottom, #000 80px, transparent);
|
mask-image: linear-gradient(to bottom, #000 80px, transparent);
|
||||||
|
|
Loading…
Reference in a new issue