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 45 lines 775 B view raw
1.tableWrapper { 2 display: flex; 3 flex-direction: column; 4 border: 1px solid var(--divider); 5 border-radius: 4px; 6 margin: 8px; 7} 8 9.tableWrapper:first-child { 10 margin-top: 0; 11} 12 13.tableWrapper :global(.ant-table-cell) { 14 padding: 6px !important; 15} 16 17.tableWrapper :global(.ant-table-column-sorters) { 18 padding: 0 !important; 19} 20 21.countColumn { 22 background-color: var(--background-secondary) !important; 23 text-align: right !important; 24 color: var(--text-light-primary); 25 width: 30%; 26} 27 28.selectHeaderCell { 29 display: flex; 30 flex-direction: row; 31 align-items: center; 32 padding: 4px !important; 33} 34 35.countHeaderCell { 36 background-color: var(--background-tertiary) !important; 37} 38 39.countColumnTitle { 40 font-weight: 600; 41} 42 43.countColumnTitleWithTooltip { 44 gap: 8px; 45}