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 39 lines 460 B view raw
1.eventStreamPanel { 2 flex-grow: 1; 3 display: flex; 4 flex-direction: column; 5} 6 7.listWrapper { 8 position: relative; 9 flex-grow: 1; 10 display: flex; 11} 12 13.eventStreamList { 14 width: 100%; 15} 16 17.virtualizedList { 18 outline: none; 19} 20 21.iconText { 22 margin-right: 8px; 23} 24 25.listItemWrapper { 26 padding: 0 16px; 27} 28 29.listView:hover { 30 background-color: var(--background-secondary); 31} 32 33.buttonContainer { 34 display: flex; 35} 36 37.viewSwitchButton { 38 margin-right: 6px; 39}