|
|
|
@ -91,20 +91,20 @@
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 2em;
|
|
|
|
|
height: 2em;
|
|
|
|
|
width: 3.4rem;
|
|
|
|
|
height: 3.4rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
aside.open {
|
|
|
|
|
width: calc(100vw - 1.6rem);
|
|
|
|
|
height: calc(100vh - var(--nav-h) - 1.8rem);
|
|
|
|
|
height: calc(100vh - var(--nav-h) - 7rem);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
aside.open::before {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: calc(100vh - var(--nav-h) - 5.6rem);
|
|
|
|
|
bottom: calc(100vh - var(--nav-h) - 10.8rem);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2em;
|
|
|
|
|
background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
|
|
|
|
@ -116,7 +116,7 @@
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 2em;
|
|
|
|
|
bottom: 1.9em;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2em;
|
|
|
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
|
|
|
|
@ -128,7 +128,7 @@
|
|
|
|
|
font-family: var(--font);
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
width: calc(100vw - 4.8rem);
|
|
|
|
|
height: calc(100vh - var(--nav-h) - 5.6rem);
|
|
|
|
|
height: calc(100vh - var(--nav-h) - 10.8rem);
|
|
|
|
|
padding: 2em 0;
|
|
|
|
|
bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|