Skip to content

Commit

Permalink
Fix mobile menu height
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Apr 16, 2021
1 parent d6a2f71 commit b3a50a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ $feeds-list-toggle-transition: transform 0.3s;
.mobile-toggle {
@media($breakpoint-max) {
width: 100%;
max-height: calc(100vh - #{$settings-height});
max-height: calc(100% - #{$settings-height});
}

&[data-is-opened="false"] {
Expand Down

0 comments on commit b3a50a0

Please sign in to comment.