Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

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

at main 10 lines 221 B view raw
1.virtualizedList { 2 border-top: 1px solid var(--divider); 3} 4 5.listItem { 6 background-color: var(--background-secondary); 7 border-bottom: 1px solid var(--divider); 8 padding-left: 16px; 9 justify-content: flex-start; 10}