Skip to content

Commit

Permalink
fix: 🎨 Added padding to the top of the mobile drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Jun 3, 2024
1 parent 4530f0c commit 53c0afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ html {
z-index: 100;
}

.layout-mobile .mainDrawer {
padding-top: 1.2em;
}

.layout-desktop .hide-scroll .mainDrawer,
.layout-desktop .hideMainDrawer .mainDrawer {
left: -250px !important;
Expand Down

0 comments on commit 53c0afa

Please sign in to comment.