mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-03-06 17:59:25 +00:00
30 lines
349 B
SCSS
30 lines
349 B
SCSS
$item-height: 40px;
|
|
|
|
.menu-items {
|
|
display: flex;
|
|
width: 100%;
|
|
height: $item-height;
|
|
}
|
|
|
|
.d-header {
|
|
margin-top: $item-height;
|
|
.docked & {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.menu-item-container {
|
|
overflow-x: scroll;
|
|
height: 100vh;
|
|
}
|
|
|
|
.menu-placeholder {
|
|
height: $item-height;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.vdo {
|
|
display: none;
|
|
}
|