mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-04-03 15:41:56 +02: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() {
|
function resize_messagebox() {
|
||||||
var namebox_width = $("#nameplate").outerWidth(true);
|
var namebox_width = $("#nameplate").outerWidth(true);
|
||||||
var screen_width = $(document).width();
|
var screen_width = $(document).width();
|
||||||
$("#messageboxouter").width(screen_width - namebox_width - 40);
|
$("#messageboxouter").width(screen_width - namebox_width - 400);
|
||||||
}
|
}
|
||||||
|
|
||||||
function query_guild() {
|
function query_guild() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user