diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 6e25ad4f..1417b276 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -673,10 +673,10 @@ table { #ircbubble { background-color: #181818; - border-radius: 20px; - padding: 20px; - right: 120px; - bottom: 30px; + border-radius: 5px; + padding: 5px; + right: 30px; + bottom: 120px; position: fixed; z-index: 9998; transform-origin: bottom; diff --git a/public_html/lib/tpl/e/footer.html b/public_html/lib/tpl/e/footer.html index a7d2bf3e..c1d9821d 100644 --- a/public_html/lib/tpl/e/footer.html +++ b/public_html/lib/tpl/e/footer.html @@ -183,6 +183,6 @@ var iframe = document.createElement('iframe'); iframe.setAttribute('src', 'https://kiwiirc.com/client/irc.freenode.net/?nick=' + nick + '&theme=cli#e'); -iframe.setAttribute('style', 'border:0; width:450px; height:500px;'); +iframe.setAttribute('style', 'border:0; width:360px; height:500px;'); document.getElementById('ircbubble').appendChild(iframe);