this repo has no description
0
fork

Configure Feed

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

Fix flickering text bug

Font size changes when truncated class is added/removed, thus making it flickering

+4 -1
+4 -1
src/components/status.css
··· 166 166 .status.large .status-card :is(.content, .poll, .media-container) { 167 167 max-height: 80vh !important; 168 168 } 169 + .status-card :is(.content, .poll, .media-container) { 170 + font-size: inherit !important; 171 + } 169 172 .status-card :is(.content.truncated, .poll, .media-container.truncated) { 170 - font-size: inherit !important; 173 + /* font-size: inherit !important; */ 171 174 mask-image: linear-gradient(to bottom, #000 80px, transparent); 172 175 } 173 176 .status.small