this repo has no description
0
fork

Configure Feed

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

Fix wrong height set for single media inside carousel status

+4 -4
+4 -4
src/app.css
··· 814 814 .status-carousel .content-container .content:only-child { 815 815 font-size: calc(100% + 25% * max(2 - var(--content-text-weight), 0)); 816 816 } 817 - .status-carousel 817 + /* .status-carousel 818 818 .content-container[data-content-text-weight='1'] 819 819 .media-container.media-eq1 { 820 - /* LOL, this is madness, reading a value from the style attribute */ 820 + /* LOL, this is madness, reading a value from the style attribute * / 821 821 height: auto; 822 822 min-height: 160px; 823 823 max-height: max(160px, 50vh); 824 - } 824 + } */ 825 825 .status-carousel.boosts-carousel { 826 826 --carousel-color: var(--reblog-color); 827 827 --carousel-faded-color: var(--reblog-faded-color); ··· 2181 2181 li.timeline-item-carousel { 2182 2182 width: 95vw; 2183 2183 max-width: calc(320px * 3.3); 2184 - transform: translateX(calc(-50% + var(--main-width)/2)); 2184 + transform: translateX(calc(-50% + var(--main-width) / 2)); 2185 2185 } 2186 2186 }