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 29 lines 426 B view raw
1.autocomplete { 2 width: 510px; 3} 4 5.header { 6 padding: 1rem; 7 border-bottom: 1px var(--divider) solid; 8 display: flex; 9 flex-direction: row; 10 justify-content: space-between; 11 align-items: center; 12 position: relative; 13} 14 15.leftHeaderContainer { 16 flex: 3; 17} 18 19.rightHeaderContainer { 20 display: flex; 21 justify-content: flex-end; 22 align-items: center; 23 flex: 2; 24} 25 26.drawerBody { 27 padding: 1rem; 28 text-align: center; 29}