switch post previews to use flexbox, add better styling for cropped thumbnails
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="posts">
|
||||
<div style="overflow: hidden;">
|
||||
<div id="posts" class="user-disable-cropped-<%= CurrentUser.user.disable_cropped_thumbnails? %>">
|
||||
<div id="posts-container">
|
||||
<%= post_set.presenter.post_previews_html(self) %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user