Attempt to fit the message box once more

This commit is contained in:
Jeremy Zhang 2017-04-08 15:57:39 -07:00
parent f2096b36da
commit 7fb0a9f43a

View File

@ -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 - 40);
$("#messageboxouter").width(screen_width - namebox_width - 400);
}
function query_guild() {