Undo last commit

This commit is contained in:
Jeremy Zhang 2017-04-08 16:08:00 -07:00
parent 7fb0a9f43a
commit 50b216d23a

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