this repo has no description
2
fork

Configure Feed

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

reduce top padding: decrease HEADER_HEIGHT from 68 to 50 and HEADER_TITLE_Y from 53 to 35

Agent-Logs-Url: https://github.com/nove-b/tangled-activity/sessions/085390ca-6f73-4dc3-9277-cc6481302c0f

Co-authored-by: nove-b <68768186+nove-b@users.noreply.github.com>

authored by

copilot-swe-agent[bot]
nove-b
and committed by
GitHub
8be171b6 944904e2

+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';