Skip to content

Commit

Permalink
Merge pull request #678 from ChanceM/fix/mobile-rss-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
CGBassPlayer authored Aug 31, 2024
2 parents a19fd70 + d002d7e commit 64d5346
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/jb/assets/css/helpers/nested_menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@
border-top: 0
& .dropdown-menu
background-color: $navbar-background-color !important
@include mobile
position: initial
margin: 0

& .dropdown-content
background-color: $navbar-background-color !important

& .dropdown-item
color: $white
@include mobile
padding-inline: 1.5rem

// .nested.dropdown .dropdown-trigger button::after {
// }
// }

0 comments on commit 64d5346

Please sign in to comment.