add normalization for deviantart artist urls
This commit is contained in:
@@ -174,14 +174,14 @@
|
|||||||
|
|
||||||
.user-disable-cropped-false {
|
.user-disable-cropped-false {
|
||||||
article {
|
article {
|
||||||
width: 32vw;
|
width: 150px;
|
||||||
height: 32vw;
|
height: 150px;
|
||||||
margin: 0 auto;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 32vw;
|
width: 150px;
|
||||||
height: 32vw;
|
height: 150px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div id="posts" class="user-disable-cropped-<%= CurrentUser.user.disable_cropped_thumbnails? %>">
|
<div id="posts" class="user-disable-cropped-<%= Danbooru.config.enable_image_cropping && CurrentUser.user.disable_cropped_thumbnails? %>">
|
||||||
<div id="posts-container">
|
<div id="posts-container">
|
||||||
<%= post_set.presenter.post_previews_html(self) %>
|
<%= post_set.presenter.post_previews_html(self) %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user