Set max width for very long profile metadata

This commit is contained in:
Lim Chee Aun 2023-07-21 00:55:37 +08:00
parent 6f28db2532
commit 4aab2d39cc

View file

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