Larger status card inside large status

pull/228/head
Lim Chee Aun 2023-09-23 12:57:19 +08:00
rodzic 3d06662559
commit bd7e099f6e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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);