loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

at forgejo 42 lines 831 B view raw
1@import "tributejs/dist/tribute.css"; 2 3.tribute-container { 4 box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25); 5 border-radius: var(--border-radius); 6} 7 8.tribute-container ul { 9 margin-top: 0 !important; 10 background: var(--color-body) !important; 11} 12 13.tribute-container li { 14 padding: 3px 0.5rem !important; 15} 16 17.tribute-container li span.fullname { 18 font-weight: var(--font-weight-normal); 19 font-size: 0.8rem; 20 margin-left: 3px; 21} 22 23.tribute-container li.highlight, 24.tribute-container li:hover { 25 background: var(--color-primary) !important; 26 color: var(--color-primary-contrast) !important; 27} 28 29.tribute-item { 30 display: flex; 31 align-items: center; 32} 33 34.tribute-item .emoji, 35.tribute-item img[src*="/avatar/"] { 36 margin-right: 0.5rem; 37} 38 39.tribute-container img { 40 width: 1.5rem !important; 41 height: 1.5rem !important; 42}