Change note context position (#9550)
Co-authored-by: Free <freeplay@duck.com> Co-committed-by: Free <freeplay@duck.com>
This commit is contained in:
parent
d455c44261
commit
d1e53259fa
|
@ -381,8 +381,7 @@ function readPromo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
> div > i {
|
> div > i {
|
||||||
position: absolute;
|
margin-left: -.5px;
|
||||||
right: 100%;
|
|
||||||
}
|
}
|
||||||
> .info {
|
> .info {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -638,11 +637,15 @@ function readPromo() {
|
||||||
|
|
||||||
&.max-width_450px {
|
&.max-width_450px {
|
||||||
--avatarSize: 46px;
|
--avatarSize: 46px;
|
||||||
|
padding-top: 6px;
|
||||||
> .note-context {
|
> .note-context {
|
||||||
padding-inline: 16px;
|
padding-inline: 16px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
> :not(.line) {
|
> :not(.line) {
|
||||||
margin-top: 10px;
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
> .line {
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .article {
|
> .article {
|
||||||
|
|
Loading…
Reference in New Issue