Set max width for very long profile metadata

pull/182/head
Lim Chee Aun 2023-07-21 00:55:37 +08:00
rodzic 6f28db2532
commit 4aab2d39cc
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -197,6 +197,10 @@
filter: saturate(0.75);
line-height: 1.25;
flex-shrink: 0;
max-width: calc(100% - 12px - 2em);
}
.account-container .profile-field:only-child {
max-width: 100%;
}
.timeline-start .account-container .profile-field {
flex-shrink: 1;