[style] update fedi comment style

This commit is contained in:
SouthFox 2023-06-24 22:11:51 +08:00
parent f2e55a5e56
commit 280f46bb41

View file

@ -1449,6 +1449,7 @@ dialog #close {
}
.mastodon-comment .author a {
text-decoration: none;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.mastodon-comment .author .avatar img {
margin-right:1rem;
@ -1478,6 +1479,7 @@ dialog #close {
.mastodon-comment .content {
padding: 10px;
margin: 5px;
overflow: clip;
}
.mastodon-comment .status > div {
display: inline-block;