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 63ef4f5 commit d59ffd4Copy full SHA for d59ffd4
packages/site-kit/src/lib/components/Banner.svelte
@@ -16,7 +16,7 @@
16
);
17
18
$effect(() => {
19
- document.documentElement.style.setProperty('--sk-banner-height', visible ? '41.9px' : '0px');
+ document.documentElement.style.setProperty('--sk-banner-height', visible ? '4.2rem' : '0px');
20
});
21
</script>
22
0 commit comments