this repo has no description
0
fork

Configure Feed

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

Status card style changes

+10 -1
+4
src/app.css
··· 944 944 } 945 945 .status-carousel .content-container .content:only-child { 946 946 font-size: calc(100% + 25% * max(2 - var(--content-text-weight), 0)); 947 + 948 + &:has(.status-card) { 949 + font-size: unset; 950 + } 947 951 } 948 952 /* .status-carousel 949 953 .content-container[data-content-text-weight='1']
+6 -1
src/components/status.css
··· 208 208 max-height: 160px !important; 209 209 overflow: clip; 210 210 } 211 - .status.small:not(.status-carousel .status) 211 + .status.small:not(.status-carousel .status, .status.large .status) 212 212 .status-card 213 213 :is(.content, .poll, .media-container) { 214 214 max-height: 80px !important; ··· 958 958 width: min(var(--width), 100%); 959 959 height: auto; 960 960 max-height: 60vh; 961 + } 962 + .status.status-card .media-container.media-eq1 .media { 963 + max-height: 160px; 964 + width: auto; 965 + max-width: min(var(--width), 100%); 961 966 } 962 967 /* Special media borders */ 963 968 .status .media-container.media-eq2 .media:first-of-type {