From 43c0a0401151f53000846e43e245f1122abc876f Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 7 Sep 2017 18:43:08 -0700 Subject: [PATCH] more aggressive resizing to window for responsive mode --- app/assets/javascripts/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/posts.js b/app/assets/javascripts/posts.js index 304376a27..1faa0a171 100644 --- a/app/assets/javascripts/posts.js +++ b/app/assets/javascripts/posts.js @@ -339,7 +339,7 @@ if ($(window).width() > 660) { var client_width = $(window).width() - $("#sidebar").width() - 75; } else { - var client_width = $(window).width() - 30; + var client_width = $(window).width() - 2; } var client_height = $(window).height();