Ahab / biggerchat

// ==UserScript==
// @name         biggerchat
// @namespace    torn.com
// @version      0.1
// @description  bigger chat
// @author       Ahab [1735214]
// @include      *torn.com*
// @grant        GM_addStyle
// @license      MIT
// ==/UserScript==

GM_addStyle(`
#chatRoot > div > div.chat-box_Wjbn9.global_3JV9T.chat-active_1Sufk > div.chat-box-content_2C5UJ > div.viewport_1F0WI{
  max-height:750px !important;
  height:750px !important;
}
#chatRoot > div > div.chat-box_Wjbn9.global_3JV9T.chat-active_1Sufk > div.chat-box-content_2C5UJ{
  height:750px !important;
}
#chatRoot > div > div.chat-box_Wjbn9.trade_3ZOI5.chat-active_1Sufk > div.chat-box-content_2C5UJ{
  height:750px !important;
}
#chatRoot > div > div.chat-box_Wjbn9.trade_3ZOI5.chat-active_1Sufk > div.chat-box-content_2C5UJ > div.viewport_1F0WI {
  max-height:750px !important;
  height:750px !important;
}
#chat-box-content_2C5UJ .error_22pJp, .chat-box-content_2C5UJ .message_oP8oM, .chat-box-content_2C5UJ .timestamp_1CbeZ{
  font-size: 15px;
  line-height: 19px;
}
.d .reply-mail-container{
  line-height: 19px !important;
  font-size: 15px !important;
}
`)