random commit message, read it yourself
All checks were successful
dev release / build (push) Successful in 1m34s
All checks were successful
dev release / build (push) Successful in 1m34s
This commit is contained in:
parent
3996bce3a9
commit
15f2b111f1
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -35,3 +35,6 @@ logs/
|
||||||
|
|
||||||
# Internal design documents (not for distribution)
|
# Internal design documents (not for distribution)
|
||||||
aster-brief.md
|
aster-brief.md
|
||||||
|
|
||||||
|
# Local hygiene notes (not for commit)
|
||||||
|
CLAUDE.md
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ fn load_css() -> String {
|
||||||
// popover/card/OSD surface so they read as one design system rather than
|
// 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.
|
// four different ones. `radius_pill` is only for the tiny transient OSD.
|
||||||
let radius = "10px";
|
let radius = "10px";
|
||||||
let radius_sm = "6px";
|
let radius_sm = "0px";
|
||||||
let radius_pill = "20px";
|
let radius_pill = "20px";
|
||||||
let pad = "10px";
|
let pad = "10px";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue