From 642946bd5beabc51ecebcc6e32e5cda7a264058f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Wed, 28 Aug 2013 13:05:39 +0200 Subject: [PATCH] Fix size of images in the SPV --- app/assets/stylesheets/single-post-view.css.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss index bdf501f07..6baaa1f52 100644 --- a/app/assets/stylesheets/single-post-view.css.scss +++ b/app/assets/stylesheets/single-post-view.css.scss @@ -68,12 +68,18 @@ padding-bottom: 10px; text-align: center; img { - &.big_stream_photo { display: block; } - display: inline; + &.big_stream_photo { + display: block; + max-width: 90%; + } + &.thumb_small { + display: inline; + max-width: 50px; + max-height: 50px; + } margin-left: auto; margin-right: auto; padding-bottom: 5px; - max-width: 90%; } } .oembed {