this repo has no description
0
fork

Configure Feed

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

Make figcaption self align to bottom

This is in case the image height is smaller than the figcaption.
Could be possible for text in other languages.
Flexbox is so cool.

+2 -1
+2 -1
src/components/status.css
··· 713 713 padding: 0; 714 714 display: flex; 715 715 flex-wrap: wrap; 716 - align-items: flex-end; 716 + /* align-items: flex-end; */ 717 717 column-gap: 4px; 718 718 719 719 figcaption { 720 + align-self: flex-end; 720 721 padding: 4px; 721 722 font-size: 90%; 722 723 color: var(--text-insignificant-color);