this repo has no description
0
fork

Configure Feed

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

Different way of shifting the pixels

+1 -6
+1 -6
src/components/status.css
··· 45 45 white-space: nowrap; 46 46 text-overflow: ellipsis; 47 47 overflow: hidden; 48 + margin-bottom: -8px; 48 49 } 49 50 .status-pre-meta .name-text { 50 51 display: inline; ··· 77 78 } 78 79 .status.large.visibility-direct { 79 80 background-image: var(--fade-in-out-bg), var(--yellow-stripes); 80 - } 81 - .status-pre-meta + .status { 82 - padding-top: 8px; 83 - } 84 - .status.small { 85 - /* font-size: 95%; */ 86 81 } 87 82 .status.skeleton { 88 83 color: var(--outline-color);