diff options
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--right.scss')
-rw-r--r-- | web/sass-files/sass/partials/_sidebar--right.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--right.scss b/web/sass-files/sass/partials/_sidebar--right.scss index 735b2a99e..ada43fb99 100644 --- a/web/sass-files/sass/partials/_sidebar--right.scss +++ b/web/sass-files/sass/partials/_sidebar--right.scss @@ -12,6 +12,14 @@ right: 0; } + .post-body { + + img { + max-height: 200px; + } + + } + .sidebar--right__content { height: 100%; @include display-flex; |