this repo has no description
0
fork

Configure Feed

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

44px is too small, especially when there's labels inside like GIF or video timestamp

+3 -3
+3 -3
src/components/status.css
··· 601 601 grid-auto-rows: 1fr; 602 602 gap: 2px; 603 603 /* height: 160px; */ 604 - min-height: 44px; 604 + min-height: 88px; 605 605 height: auto; 606 606 max-height: max(160px, 33vh); 607 607 } ··· 645 645 .status .media-container.media-eq1 .media { 646 646 display: inline-block; 647 647 max-width: 100% !important; 648 - min-width: 44px; 648 + min-width: 88px; 649 649 /* width: auto; */ 650 - min-height: 44px; 650 + min-height: 88px; 651 651 /* --maxAspectHeight: max(160px, 33vh); 652 652 --aspectWidth: calc(--width / --height * var(--maxAspectHeight)); */ 653 653 width: min(var(--aspectWidth), var(--width), 100%);