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 21 lines 324 B view raw
1.panel { 2 background-color: var(--background-primary); 3 position: relative; 4} 5 6.panelHeader { 7 padding: 8px 16px; 8 display: flex; 9 align-items: center; 10 justify-content: space-between; 11 border-bottom: 2px solid var(--divider); 12} 13 14.title { 15 margin-left: 8px; 16} 17 18.titleLeft { 19 display: flex; 20 align-items: center; 21}