mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
18bf3adb1f
layout.css (3209 LOC) → 29 per-section files in src/styles/layout/ + an index.css that imports them in original cascade order. Same mechanic as theme.css + components.css splits: top-level sections detected by single-dash or 3+ dash header decoration. Concatenating in @import order reproduces the original byte stream (+1 trailing newline, cosmetic). Generated via /tmp/split-layout-css.mjs.
6 lines
139 B
CSS
6 lines
139 B
CSS
/* ─── App Updater Toast — Mobile ─── */
|
|
.app-shell[data-mobile] .app-updater-toast {
|
|
bottom: calc(64px + 56px + 12px);
|
|
}
|
|
|