this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4 from nove-b/copilot/reduce-top-padding

Reduce excessive top padding in activity graph card

authored by

nove-b and committed by
GitHub
eeeff42d ecc4f31f

+2 -2
+2 -2
src/tangledGraph.ts
··· 29 29 30 30 const CELL_SIZE = 11; 31 31 const CELL_GAP = 3; 32 - const HEADER_HEIGHT = 68; 32 + const HEADER_HEIGHT = 50; 33 33 const FOOTER_HEIGHT = 28; 34 34 const LEFT_GUTTER = 36; 35 35 const RIGHT_GUTTER = 16; ··· 37 37 const MONTH_LABEL_OFFSET = 12; 38 38 const CARD_RADIUS = 12; 39 39 const HEADER_TEXT_X = 16; 40 - const HEADER_TITLE_Y = 53; 40 + const HEADER_TITLE_Y = 35; 41 41 const LOGO_WIDTH = 140; 42 42 const LOGO_HEIGHT = 24; 43 43 const LOGO_URL_LIGHT = 'https://assets.tangled.network/tangled_logotype_black_on_trans.svg';