partial fix for #1558
This commit is contained in:
@@ -203,6 +203,7 @@ Danbooru.Note = {
|
||||
},
|
||||
|
||||
resize: function($note_body) {
|
||||
$note_body.css("min-width", "");
|
||||
var w = $note_body.width();
|
||||
var h = $note_body.height();
|
||||
var golden_ratio = 1.6180339887;
|
||||
|
||||
Reference in New Issue
Block a user