this repo has no description
0
fork

Configure Feed

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

Attempt to fix Flash of missing text on Mobile Safari

+6 -1
+6 -1
src/components/status.css
··· 95 95 padding: 12px; 96 96 border: 1px solid var(--outline-color); 97 97 background-color: var(--bg-color); 98 + box-shadow: inset 0 0 4px var(--outline-color); 98 99 /* box-shadow: inset 0 0 0 2px var(--bg-faded-color); */ 99 - filter: drop-shadow(0 2px 4px var(--bg-faded-color)); 100 + /* filter: drop-shadow(0 2px 4px var(--bg-faded-color)); */ 100 101 } 101 102 .status-card:has(.status-badge:not(:empty)) { 102 103 border-top-right-radius: 8px; ··· 120 121 } 121 122 .status-card .card { 122 123 display: none; 124 + } 125 + .timeline-deck .status-card .content.truncated:after { 126 + /* Don't show "Read more" in status cards */ 127 + content: none !important; 123 128 } 124 129 125 130 @keyframes skeleton-breathe {