Place noscript placeholder into grid
This commit is contained in:
parent
36964982fb
commit
a9dd2e6f2c
@ -644,6 +644,11 @@ img.post_media {
|
|||||||
grid-area: post_media;
|
grid-area: post_media;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post .__NoScript_PlaceHolder__ {
|
||||||
|
max-width: calc(100% - 40px);
|
||||||
|
grid-area: post_media;
|
||||||
|
}
|
||||||
|
|
||||||
.post_body {
|
.post_body {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user