nandi/gleanpublic⑂ Fork 0
⑂ 6bf6dbf
Commits
⬇ Clone ▾
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Reduce corner for tighter UI aestheticUnverified

Julien Robert committed 2026-04-28T18:45:11+02:00 Browse files
6bf6dbf parent: 92bdf78
modified static/input.css +3 -3
@@ -19,9 +19,9 @@
1919 --spot-placeholder: rgba(255,255,255,0.45);
2020 --spot-active-bg: #ffffff;
2121 --spot-active-text: #1E3932;
22- --radius-sm: 0.25rem;
23- --radius-md: 0.5rem;
24- --radius-lg: 0.75rem;
22+ --radius-sm: 0.125rem;
23+ --radius-md: 0.375rem;
24+ --radius-lg: 0.5rem;
2525 --radius-pill: 9999px;
2626 --radius-full: 50%;
2727 --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20);
@@ -19,9 +19,9 @@
19 --spot-placeholder: rgba(255,255,255,0.45);19 --spot-placeholder: rgba(255,255,255,0.45);
20 --spot-active-bg: #ffffff;20 --spot-active-bg: #ffffff;
21 --spot-active-text: #1E3932;21 --spot-active-text: #1E3932;
22- --radius-sm: 0.25rem;22+ --radius-sm: 0.125rem;
23- --radius-md: 0.5rem;23+ --radius-md: 0.375rem;
24- --radius-lg: 0.75rem;24+ --radius-lg: 0.5rem;
25 --radius-pill: 9999px;25 --radius-pill: 9999px;
26 --radius-full: 50%;26 --radius-full: 50%;
27 --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20);27 --spot-shadow: 0 1px 2px rgba(0,0,0,0.40), 0 2px 4px rgba(0,0,0,0.20);