patch: New right menu on mobile - JS fixed + extended through circle and project pages

This commit is contained in:
gaelle morin
2021-04-14 18:33:54 +02:00
committed by Jean-Baptiste Pasquier
parent 38e9ab1d7b
commit 5084e21d1f
10 changed files with 87 additions and 46 deletions

View File

@ -55,7 +55,7 @@ main {
vertical-align: middle;
}
/*>solid-route {
>solid-route {
&[active]>li {
background-color: var(--color-heading);
@ -64,7 +64,7 @@ main {
&:hover:not([active])>li {
background: #E4E4E4;
}
}*/
}
}
/* Styles use with JS to open/close the sidebar */
@ -76,6 +76,7 @@ main {
top: 101px;
right: 3px;
height: auto;
z-index: 2999;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14);
}