From 50b216d23a73eeab320108990df1d7b6f8cb0480 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Sat, 8 Apr 2017 16:08:00 -0700 Subject: [PATCH] Undo last commit --- titanembeds/static/js/embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titanembeds/static/js/embed.js b/titanembeds/static/js/embed.js index 45f2580..d6a4943 100644 --- a/titanembeds/static/js/embed.js +++ b/titanembeds/static/js/embed.js @@ -26,7 +26,7 @@ function element_in_view(element, fullyInView) { function resize_messagebox() { var namebox_width = $("#nameplate").outerWidth(true); var screen_width = $(document).width(); - $("#messageboxouter").width(screen_width - namebox_width - 400); + $("#messageboxouter").width(screen_width - namebox_width - 40); } function query_guild() {