new forge migration

This commit is contained in:
Colmaris 2025-04-09 10:53:25 +02:00
parent 45b941f327
commit 22a1036e86
422 changed files with 5786 additions and 2 deletions

View 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;
}