Styling updates; Add author image to posts

mastodon comments inside cards, added fleuron to indicate end of article
This commit is contained in:
2024-08-04 19:01:05 -05:00
parent 621ad15006
commit 2c93d9199e
7 changed files with 78 additions and 44 deletions

View File

@ -10,6 +10,7 @@ template.innerHTML = `
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin: var(--wc-card-margin);
padding: var(--single-gap) 1.1rem var(--single-gap) 1.1rem;
width: 100%;
}

View File

@ -3,9 +3,9 @@ const template = document.createElement('template');
template.innerHTML = `
<style>
#profilePic {
border-radius: var(--wc-profile-pic-border-radius);
width: var(--wc-profile-pic-size);
height: var(--wc-profile-pic-size);
border-radius: var(--wc-profile-pic-border-radius);
width: var(--wc-profile-pic-size);
height: var(--wc-profile-pic-size);
}
</style>