patch: New right menu on mobile - JS fixed + extended through circle and project pages
This commit is contained in:
committed by
Jean-Baptiste Pasquier
parent
38e9ab1d7b
commit
5084e21d1f
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user