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:
@@ -258,4 +258,8 @@
|
||||
margin-left: 0;
|
||||
margin-top: var(--bui-space-2);
|
||||
}
|
||||
|
||||
.bui-HeaderTop {
|
||||
padding-top: var(--bui-space-4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user