FIX: VDO VDM display settings

This commit is contained in:
Joe 2020-05-14 14:48:11 +08:00
parent cbb1c280f0
commit f3e6f94c52
2 changed files with 8 additions and 4 deletions

View File

@ -25,6 +25,8 @@ $item-height: 40px;
} }
} }
.vmo { .top-menu {
display: none; .menu-item.vmo {
display: none;
}
} }

View File

@ -24,6 +24,8 @@ $item-height: 40px;
width: 100%; width: 100%;
} }
.vdo { .top-menu {
display: none; .menu-item.vdo {
display: none;
}
} }