diff options
| author | main <main@swarm.moe> | 2026-03-19 17:47:43 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 17:47:43 -0400 |
| commit | 6dd5dcea5204627ef08b6d00cd17abd30bf187e0 (patch) | |
| tree | 91e92981a4eaea39d1787745930f81a37b77e143 /css | |
| parent | f9520c9540d3c85363fefe4354f815931560316d (diff) | |
| download | design-language-6dd5dcea5204627ef08b6d00cd17abd30bf187e0.zip | |
Add shared surface padding utility
Diffstat (limited to 'css')
| -rw-r--r-- | css/starsector-dark.frame-font.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/starsector-dark.frame-font.css b/css/starsector-dark.frame-font.css index 0ee6543..c4674d9 100644 --- a/css/starsector-dark.frame-font.css +++ b/css/starsector-dark.frame-font.css @@ -83,6 +83,11 @@ tt { box-shadow: var(--swarm-frame-shadow-elevated); } +.swarm-frame-pad, +.swarm-surface-pad { + padding: 0.85rem 1.05rem; +} + .swarm-frame-header { border-radius: var(--swarm-frame-radius); border: var(--swarm-frame-stroke) solid var(--swarm-frame-edge); |