Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Shrinks arrow height

AuthorDave Jarvis <email>
Date2026-02-20 19:27:58 GMT-0800
Commit81bf4e19ca80a40b1f3daa6f70c89e82d687b4d7
Parent1a7be2e
pages/CommitsPage.php
$inner = $icons[$type] ?? '';
$svg = '<svg xmlns="http://www.w3.org/2000/svg" width="24" ' .
- 'height="24" viewBox="0 0 24 24" fill="none" ' .
+ 'height="18" viewBox="0 0 18 18" fill="none" ' .
'stroke="currentColor" stroke-width="2" ' .
'stroke-linecap="round" stroke-linejoin="round" ' .
styles/repo.css
.page-nav {
- min-width: calc(18px + 12px);
+ min-width: auto;
display: inline-flex;
align-items: center;
Delta2 lines added, 2 lines removed