fix(ui): refine plugin header spacing

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-04-29 15:42:37 +01:00
parent 38bb056aa6
commit 93d1d40e64
2 changed files with 3 additions and 22 deletions
-21
View File
@@ -239,24 +239,3 @@
--bui-ring: rgba(255, 255, 255, 0.2);
}
/*
* Plugin header (@backstage/ui) and story shell header — kept at the bottom of
* this file for easier scanning alongside other component overrides above.
*/
[data-theme-name='spotify'] {
.bui-PluginHeader {
margin-top: var(--bui-space-4);
}
.bui-PluginHeaderToolbar {
height: 32px;
}
.bui-PluginHeaderTabsWrapper {
border: none;
background: none;
margin-left: 0;
margin-top: var(--bui-space-2);
}
}
@@ -20,6 +20,7 @@
.bui-PluginHeader {
margin-bottom: var(--bui-space-6);
padding-inline: var(--bui-space-5);
margin-top: var(--bui-space-4);
}
.bui-PluginHeaderToolbar {
@@ -28,11 +29,12 @@
align-items: center;
justify-content: space-between;
color: var(--bui-fg-primary);
height: 52px;
border-bottom: solid 1px var(--bui-border-1);
padding-bottom: var(--bui-space-4);
&[data-has-tabs] {
border-bottom: none;
padding-bottom: var(--bui-space-1);
}
}