mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Attempt to fit the message box once more
This commit is contained in:
parent
f2096b36da
commit
7fb0a9f43a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user