this repo has no description
0
fork

Configure Feed

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

Remove unneeded .inview

+1 -7
-4
src/pages/status.css
··· 12 12 margin-left: -16px; 13 13 } 14 14 15 - .status-deck header.inview h1 { 16 - font-weight: bold; 17 - } 18 - 19 15 .hero-heading { 20 16 font-size: var(--text-size); 21 17 display: inline-block;
+1 -3
src/pages/status.jsx
··· 941 941 }} 942 942 > 943 943 <header 944 - class={`${heroInView ? 'inview' : ''} ${ 945 - uiState === 'loading' ? 'loading' : '' 946 - }`} 944 + class={`${uiState === 'loading' ? 'loading' : ''}`} 947 945 onDblClick={(e) => { 948 946 // reload statuses 949 947 states.reloadStatusPage++;