Skip to content

Commit

Permalink
PLANET-7222 Fix Donate button menu dropdown alignment
Browse files Browse the repository at this point in the history
Otherwise it goes off screen in large sizes
  • Loading branch information
mleray committed Aug 16, 2023
1 parent 3cb9d01 commit 038d9a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/src/scss/layout/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,18 @@ a.nav-link:hover:before,
}
}

.nav-donate .nav-submenu {
@include large-and-less {
right: 68px;
left: auto;

html[dir="rtl"] & {
left: 68px;
right: auto;
}
}
}

.nav-menu-toggle {
background: transparent;
border: none;
Expand Down

0 comments on commit 038d9a4

Please sign in to comment.