mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
[style] tweak fedi comment style
This commit is contained in:
parent
2e489ea611
commit
fb788494d0
1 changed files with 5 additions and 3 deletions
|
@ -1457,6 +1457,7 @@ dialog #close {
|
|||
.mastodon-comment .author .details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
.mastodon-comment .author .details .name {
|
||||
font-weight: bold;
|
||||
|
@ -1469,13 +1470,14 @@ dialog #close {
|
|||
margin-left: auto;
|
||||
font-size: small;
|
||||
}
|
||||
/* .mastodon-comment .content { */
|
||||
/* margin: 15px 20px; */
|
||||
/* } */
|
||||
.mastodon-comment .content p:first-child {
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
.mastodon-comment .content {
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
}
|
||||
.mastodon-comment .status > div {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
|
|
Loading…
Reference in a new issue