mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 14:22:09 +03:00
style(dashboard): shrink identity grid cell 46px -> 32px (~30% smaller) (#4143)
Owner found the 46px graph-paper cells a touch large for the dashboard layout; tightening --grid-size to 32px (a ~30% reduction). Mirrors the matching change on the marketing site so the two stay identical. Guard test + design.md updated. Build verified: --grid-size compiles to 32px.
This commit is contained in:
committed by
GitHub
parent
9f1d5a0763
commit
3beba2d77f
@@ -92,7 +92,7 @@
|
||||
Opacity tuned up from the site's 0.045 so the wallpaper is actually visible on
|
||||
the dense dashboard (cards/chrome cover most of the viewport). */
|
||||
--grid-line: rgba(0, 0, 0, 0.07);
|
||||
--grid-size: 46px;
|
||||
--grid-size: 32px;
|
||||
--section-alt: rgba(0, 0, 0, 0.022);
|
||||
|
||||
/* Identity tokens mirrored from the site. Definitions only in this phase —
|
||||
|
||||
Reference in New Issue
Block a user