new forge migration
This commit is contained in:
parent
45b941f327
commit
22a1036e86
422 changed files with 5786 additions and 2 deletions
36
themes/hugo-blog-awesome/static/css/comments.css
Normal file
36
themes/hugo-blog-awesome/static/css/comments.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
.mastodon-container {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.mastodon-comment {
|
||||
border: 1px solid #999;
|
||||
border-radius: 6px;
|
||||
margin: 0.5rem 0;
|
||||
display: flex;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.mastodon-comment .avatar img {
|
||||
margin-right: 1rem;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.mastodon-comment .content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mastodon-comment .date {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mastodon-comment .ellipsis::after {
|
||||
content: "\2026";
|
||||
}
|
||||
|
||||
.mastodon-comment .invisible {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue