diff --git a/app/views/photos/_index.html.haml b/app/views/photos/_index.html.haml index 71964c6be..c3b9847b4 100644 --- a/app/views/photos/_index.html.haml +++ b/app/views/photos/_index.html.haml @@ -6,4 +6,3 @@ #thumbnails.span-15.last - for photo in photos = link_to (image_tag photo.url(:thumb_large), "data-message-guid" => photo.status_message_guid ), photo_path(photo) - diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 474fd8d38..5435bf321 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -1089,17 +1089,14 @@ img.scaled_full #thumbnails a :display inline-block - :width 100px - :min-width 100px - :height 100px + :height 140px :min-height 100px :margin - :bottom 15px - :right 15px + :bottom 5px + :right 2px img - :height 100px - :width 100px + :height 140px #global_search :display inline