merge conflict

pull/1903/head
Rich Harris 6 years ago
parent c37530b815
commit f3c5521f80

@ -83,6 +83,17 @@
overflow: hidden;
}
aside::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: var(--top-offset);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%);
pointer-events: none;
}
.sidebar {
padding: var(--top-offset) 3.2rem var(--top-offset) 0;
font-family: var(--font-ui);

Loading…
Cancel
Save