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 18 lines 260 B view raw
1.datePickerWrapper { 2 display: flex; 3 align-items: center; 4 flex-wrap: nowrap; 5 flex-shrink: 0; 6} 7 8.interval { 9 cursor: default; 10 display: flex; 11 align-items: center; 12} 13 14.editIcon { 15 margin-left: 6px; 16 transition: 0.25s ease all; 17 cursor: pointer; 18}