diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 1e76bf736..06d253d2a 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -39,6 +39,10 @@ article.post-preview { #iqdb-similar { overflow: hidden; + + .post-preview { + height: 169px; + } } #saved-searches-nav { diff --git a/app/views/uploads/_image.html.erb b/app/views/uploads/_image.html.erb index a81c4e1ce..9ffd9ef1f 100644 --- a/app/views/uploads/_image.html.erb +++ b/app/views/uploads/_image.html.erb @@ -1,13 +1,15 @@ <% if params[:url] %> <%= image_tag(@normalized_url, :title => "Preview", :id => "image") %> - <% if params[:ref] %> -
Referrer: <%= params[:ref] %>
- <% end %> +Size: <%= number_to_human_size(@remote_size) %>
- <% end %> + <% if params[:ref] %> +