this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Place captions to right side of media when there's enough space

+7 -2
+7 -2
src/components/status.css
··· 711 711 figure { 712 712 margin: 0; 713 713 padding: 0; 714 + display: flex; 715 + flex-wrap: wrap; 716 + align-items: flex-end; 717 + column-gap: 4px; 714 718 715 719 figcaption { 716 - margin: -2px 0 0; 717 - padding: 0 4px; 720 + padding: 4px; 718 721 font-size: 90%; 719 722 color: var(--text-insignificant-color); 720 723 line-height: 1.2; 721 724 cursor: pointer; 722 725 white-space: pre-line; 726 + flex-basis: 15em; 727 + flex-grow: 1; 723 728 724 729 &.media-caption-long { 725 730 overflow: hidden;