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