fix style
This commit is contained in:
parent
0da7fcdbed
commit
4df43a9107
1 changed files with 4 additions and 4 deletions
|
@ -417,6 +417,10 @@ function readPromo() {
|
|||
line-height: 28px;
|
||||
white-space: pre;
|
||||
color: var(--renote);
|
||||
|
||||
& + .article {
|
||||
padding-top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.renoteAvatar {
|
||||
|
@ -453,10 +457,6 @@ function readPromo() {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.renoteInfo + .article {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.article {
|
||||
display: flex;
|
||||
padding: 28px 32px 18px;
|
||||
|
|
Loading…
Reference in a new issue