merge conflict

pull/7738/head
Rich Harris 7 years ago
parent 75207b7d9f
commit 3c6218bb86

@ -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