fix(ui): always render headerTop, adjust content padding, add story

- Always render headerTop wrapper for consistent spacing
- Reduce default content padding-top from space-6 to space-3
- Add PluginHeaderAndHeader story and update Spotify theme

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-04-26 21:15:42 +01:00
parent 7b0c998fea
commit ec93dd281a
5 changed files with 76 additions and 7 deletions
+4
View File
@@ -258,4 +258,8 @@
margin-left: 0;
margin-top: var(--bui-space-2);
}
.bui-HeaderTop {
padding-top: var(--bui-space-4);
}
}