From 28fd63bd11d58d4a85ee34ee7707320462cd7368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 18 Oct 2013 16:43:53 +0200 Subject: [PATCH] don't stretch images in the mobile view --- app/assets/stylesheets/mobile/topic-post.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 093bd929a16..9929eaba422 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -270,7 +270,7 @@ a.star { } .title { - font-size: 14px; line-height: 8px; + font-size: 14px; line-height: 8px; } } @@ -302,6 +302,7 @@ span.post-count { .topic-post { article.boxed img { max-width: 100%; + height: auto; } &.moderator { background-color: #eef0ff; @@ -484,4 +485,4 @@ blockquote { .gutter { display: none; } .posts-wrapper { position: relative; -} \ No newline at end of file +}