fix relative pathing for dynamic fetch

This commit is contained in:
Jacky Zhao 2022-02-15 22:54:20 -05:00
parent 8e85e274f6
commit 3b3e6ec3b2
5 changed files with 63 additions and 45 deletions

View file

@ -470,7 +470,7 @@ header {
.popover {
z-index: 999;
position: absolute;
width: 15em;
width: 20em;
display: inline-block;
visibility: hidden;
background-color: var(--light);
@ -491,11 +491,18 @@ header {
}
& > h3 {
margin: 0.5em 0;
font-size: 1rem;
margin: 0.25em 0;
}
& > .meta {
margin-top: 0.25em;
opacity: 0.5;
}
& > p {
margin: 0;
font-weight: 400;
user-select: none;
}
}