Skip to content

Commit

Permalink
fix missing padding-top
Browse files Browse the repository at this point in the history
  • Loading branch information
BoppLi committed Jul 10, 2024
1 parent 3b78dce commit e73f0b2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,11 @@ const slots = defineSlots<{
.onyx-mobile-nav-button__headline {
display: none;
}
// fill up the padding-top that would be set by the headline
.onyx-mobile-nav-button__menu {
padding-top: var(--onyx-spacing-xl);
}
}
// fill up the padding-top that would be set by the headline
&#{$mobile-children-selector}.onyx-mobile-nav-button__menu,
&__menu--no-headline {
padding-top: var(--onyx-spacing-xl);
}
}
}
Expand Down

0 comments on commit e73f0b2

Please sign in to comment.