Merge branch 'master' of https://github.com/r888888888/danbooru
This commit is contained in:
@@ -341,9 +341,11 @@
|
||||
$("#image-resize-link").click(function(e) {
|
||||
var $link = $(e.target);
|
||||
var $image = $("#image");
|
||||
$image.removeAttr("src");
|
||||
$image.attr("src", "https://www.google.com")
|
||||
$image.attr("src", $link.attr("href"));
|
||||
$image.width($image.data("original-width"));
|
||||
$image.height($image.data("original-height"));
|
||||
$image.height($image.data("original-height"));
|
||||
Danbooru.Note.Box.scale_all();
|
||||
$("#image-resize-notice").hide();
|
||||
$image.data("scale_factor", 1);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div#c-explore-posts {
|
||||
header {
|
||||
text-align: center;
|
||||
@@ -16,4 +18,10 @@ div#c-explore-posts {
|
||||
padding: 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
div#a-intro {
|
||||
width: 870px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
0
app/assets/stylesheets/specific/reports.css.scss
Normal file
0
app/assets/stylesheets/specific/reports.css.scss
Normal file
Reference in New Issue
Block a user