feat: mastodon-post web component
This commit is contained in:
parent
e0f6c26000
commit
6b65a517c5
7 changed files with 64 additions and 7 deletions
18
src/assets/styles/widgets/mastodon-post.css
Normal file
18
src/assets/styles/widgets/mastodon-post.css
Normal 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;
|
||||
}
|
Reference in a new issue