feat(ui): improve Header layout with tag-aware padding and renamed sections

- Add data-has-tags attribute to reduce header padding-top when tags are present
- Rename beforeSticky/afterSticky classes to headerTop/headerBottom
- Always render headerBottom for consistent bottom margin
- Inline JSX sections into a single return statement

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-04-26 20:36:24 +01:00
parent 0e71545ee6
commit 8a0a5c9553
6 changed files with 193 additions and 193 deletions
+3 -4
View File
@@ -246,17 +246,16 @@
*/
[data-theme-name='spotify'] {
.bui-PluginHeaderToolbar {
padding: 0;
height: 32px;
border: none;
background: none;
margin-bottom: var(--bui-space-2);
margin-top: var(--bui-space-4);
}
.bui-PluginHeaderTabsWrapper {
padding: 0;
border: none;
background: none;
margin-left: -8px;
margin-left: 0;
margin-top: var(--bui-space-2);
}
}