discourse/app/assets/stylesheets/mobile/menu-panel.scss
Joffrey JAFFEUX 31d1468922
UX: reworks various menus to homogenize them (#9905)
- bookmark modal menu
- topic-footer-mobile-dropdown
- post-admin-menu
- topic-admin-menu
- quick-access menus
- toolbar-popup-menu
2020-05-29 08:05:21 +02:00

27 lines
516 B
SCSS

.hamburger-panel .menu-panel.slide-in {
left: 0;
}
.header-cloak {
height: 100vh;
width: 100vw;
position: fixed;
background-color: black;
opacity: 0.5;
top: 0;
left: 0;
display: none;
touch-action: pan-y pinch-zoom;
&.animate {
transition: opacity 0.2s ease-out;
}
}
.user-menu .quick-access-panel.quick-access-profile li:not(.show-all) {
border-bottom: 1px solid $primary-low;
a {
// accounts for menu "ears" 4px + border 1px
padding: 0.75em calc(0.5em + 4px + 1px);
}
}