Skip to content

Commit

Permalink
try to fix header size on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Aug 15, 2023
1 parent ea155bb commit 932dc12
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: var(--header-height);
&__trigger {
width: var(--header-height);
}
}
}
</style>

0 comments on commit 932dc12

Please sign in to comment.