Skip to content

Commit

Permalink
fix: button size regression on small viewports fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Feb 1, 2024
1 parent a6c68ce commit aea427c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/NcHeaderMenu/NcHeaderMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ $externalMargin: 8px;
height: var(--header-height);
#{&}__trigger {
width: var(--header-height) !important;
width: 100% !important;
height: var(--header-height);
opacity: .85;
Expand Down Expand Up @@ -412,10 +412,6 @@ $externalMargin: 8px;
@media only screen and (max-width: $breakpoint-small-mobile) {
.header-menu {
width: $clickable-area;
&__trigger {
width: $clickable-area;
}
}
}
</style>

0 comments on commit aea427c

Please sign in to comment.