Skip to content

Commit

Permalink
refactor: update mobile header bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Jul 19, 2024
1 parent b4bacb3 commit 42dfd63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docusaurus-theme/src/theme/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const getStyles = (euiThemeContext: UseEuiTheme) => {
--ifm-navbar-background-color: ${euiTheme.colors.body};
.navbar {
.navbar,
.navbar-sidebar__brand {
border-block-end: ${euiTheme.border.thin};
box-shadow: none;
}
Expand Down

0 comments on commit 42dfd63

Please sign in to comment.