random commit message, read it yourself
All checks were successful
dev release / build (push) Successful in 1m34s

This commit is contained in:
Breadway 2026-07-22 11:44:24 +08:00
parent 3996bce3a9
commit 15f2b111f1
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -35,3 +35,6 @@ logs/
# Internal design documents (not for distribution)
aster-brief.md
# Local hygiene notes (not for commit)
CLAUDE.md

View file

@ -19,7 +19,7 @@ fn load_css() -> String {
// popover/card/OSD surface so they read as one design system rather than
// four different ones. `radius_pill` is only for the tiny transient OSD.
let radius = "10px";
let radius_sm = "6px";
let radius_sm = "0px";
let radius_pill = "20px";
let pad = "10px";