Skip to content

Commit

Permalink
Merge pull request #4421 from nextcloud-libraries/backport/4420/stable7
Browse files Browse the repository at this point in the history
[stable7] try to fix header size on mobile
  • Loading branch information
szaimen committed Aug 15, 2023
2 parents a987331 + af3eeb8 commit fc0e934
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Expand Up @@ -350,4 +350,14 @@ $externalMargin: 8px;
}
}
@media only screen and (max-width: math.div($breakpoint-mobile, 2)) {
.header-menu {
width: $clickable-area;
&__trigger {
width: $clickable-area;
}
}
}
</style>

0 comments on commit fc0e934

Please sign in to comment.