Skip to content

Commit fff300d

Browse files
committed
fix(sidemenu): Fix right-side menu on landscape
Resolves yannbf#34
1 parent 43c492c commit fff300d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
.menu-inner {
8282
width: 10vh;
8383
}
84+
@media screen and (orientation: landscape) {
85+
.menu-inner {
86+
width: 15vh;
87+
}
88+
}
8489
.active-menu-item {
8590
position: absolute;
8691
border-top: 6px solid transparent;

0 commit comments

Comments
 (0)