Skip to content

Commit

Permalink
fix(AsideHeader): move top-panel-height var to g-root (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory authored Mar 27, 2024
1 parent 69e4bf2 commit 424cba2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/AsideHeader/AsideHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

$block: '.#{variables.$ns}aside-header';

.g-root {
--gn-aside-top-panel-height: 0px;
}

#{$block} {
$class: &;
--gn-aside-header-min-width: 56px;
--gn-aside-top-panel-height: 0px;

--_--item-icon-background-size: 38px;
--_--background-color: var(--g-color-base-background);
Expand Down

0 comments on commit 424cba2

Please sign in to comment.