Apply suggestions from code review

Co-authored-by: Surma <surma@surma.dev>
This commit is contained in:
Pete LePage
2020-06-24 09:40:56 -04:00
committed by GitHub
parent 6065ceabfe
commit 4fa73be842
2 changed files with 12 additions and 10 deletions

View File

@@ -181,13 +181,21 @@
background: #fff;
border: 1px solid #e8e8e8;
margin-top: 1em;
align-items: center;
padding: 14px;
font-size: 1.3rem;
position: absolute;
top: 1rem;
right: 1rem;
display: none;
opacity: 0;
animation: fade-in .3s linear 1s forwards;
}
@keyframes fade-in {
to {opacity: 1;}
}
.related-links {