matejos / Facebook taller chat window

// ==UserScript==
// @name     Facebook taller chat window
// @author   matejos
// @version  0.7
// @include  https://www.facebook.com*
// @grant    GM_addStyle
// @run-at   document-start
// @license  MIT
// ==/UserScript==

GM_addStyle(`
    ._s0f ._2sz2 {
    height: 500px !important;
    }
`);

GM_addStyle(`
    ._1nc7 ._5wdf, ._5w1r, ._5yl5, ._5yl5 > span {
    width: auto !important;
    max-width: 220px !important;
    }
`);

GM_addStyle(`
    ._1nc6 > div > div {
    text-align: right !important;
    }
`);

GM_addStyle(`
    ._56oy ._1nc7 ._2u_d {
    margin: 0 0 0 -16px !important;
    }
`);

GM_addStyle(`
    ._56oy ._1nc6 ._2u_d {
    margin: 0 -16px 0 0 !important;
    }
`);

GM_addStyle(`
    ._6s5d .kwja4m9d {
    height: 600px !important;
    }
`);

GM_addStyle(`
    ._6s5d .jbcpqwzg {
    width: 400px !important;
    }
`);