We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a0d3b commit e4114c2Copy full SHA for e4114c2
2 files changed
packages/components/top-bar/top-bar-tokens.scss
@@ -2,7 +2,7 @@
2
--kbq-top-bar-position: sticky;
3
--kbq-top-bar-background: var(--kbq-background-bg);
4
--kbq-top-bar-spacer-min-width: 80px;
5
- --kbq-top-bar-padding-vertical: var(--kbq-size-xl);
+ --kbq-top-bar-padding-vertical: var(--kbq-size-m);
6
--kbq-top-bar-padding-horizontal: var(--kbq-size-xxl);
7
--kbq-top-bar-border-radius: 0;
8
--kbq-top-bar-container-start-gap: 0;
packages/components/top-bar/top-bar.scss
@@ -45,6 +45,9 @@
45
&:has(> .kbq-overflow-items) {
46
gap: unset;
47
overflow: hidden;
48
+ // reduce height added by overflow-items' padding
49
+ margin-top: calc(-1 * var(--kbq-size-border-width));
50
+ margin-bottom: calc(-1 * var(--kbq-size-border-width));
51
}
52
53
.kbq-overflow-items {
0 commit comments