Skip to content

Commit f3e6f94

Browse files
committed
FIX: VDO VDM display settings
1 parent cbb1c28 commit f3e6f94

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

desktop/desktop.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ $item-height: 40px;
2525
}
2626
}
2727

28-
.vmo {
29-
display: none;
28+
.top-menu {
29+
.menu-item.vmo {
30+
display: none;
31+
}
3032
}

mobile/mobile.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $item-height: 40px;
2424
width: 100%;
2525
}
2626

27-
.vdo {
28-
display: none;
27+
.top-menu {
28+
.menu-item.vdo {
29+
display: none;
30+
}
2931
}

0 commit comments

Comments
 (0)