mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-06 04:42:33 +01:00
Merge pull request #86 from robrobinbin/patch-4
Place noscript placeholder into grid
This commit is contained in:
@@ -644,6 +644,11 @@ img.post_media {
|
||||
grid-area: post_media;
|
||||
}
|
||||
|
||||
.post .__NoScript_PlaceHolder__ {
|
||||
max-width: calc(100% - 40px);
|
||||
grid-area: post_media;
|
||||
}
|
||||
|
||||
.post_body {
|
||||
opacity: 0.9;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user