feat: mastodon-post web component

This commit is contained in:
Cory Dransfeldt 2024-02-19 11:19:38 -08:00
parent e0f6c26000
commit 6b65a517c5
No known key found for this signature in database
7 changed files with 64 additions and 7 deletions

View file

@ -0,0 +1,18 @@
.mastodon-post-wrapper {
border-bottom: 1px solid var(--gray-light);
margin-bottom: 2rem;
padding-bottom: 1rem;
}
dl {
display: flex;
flex-direction: row;
}
dd {
margin-left: .25rem;
}
dd:not(:last-child) {
margin-right: 1rem;
}