patch: New right menu on mobile - whitespace added

This commit is contained in:
gaelle morin
2021-04-15 10:39:05 +02:00
committed by Jean-Baptiste Pasquier
parent 4399ed4a42
commit c4e3e6a2ce
10 changed files with 12 additions and 22 deletions

View File

@ -98,28 +98,12 @@ main {
@media (min-width: 768.01px) {
transform: translate(152px);
}
/* Quick fix. When you got time, use animation on the span instead */
/*@media (max-width: 768px) {
ul>li:first-child>span,
ul>li:first-child>a {
visibility: hidden;
}
}*/
}
&.jsRightMenu[open] {
display: block;
bottom: 0;
right: 0;
/*@media(max-width: 768px) {
box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.12);
min-width: 60%;
position: fixed;
top: 50px;
z-index: 3000;
}*/
}
}
}