From 6e33cd822541d29d380f8a654f6760318332582b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 11 Jul 2017 11:52:40 +0900 Subject: [PATCH] www irc message popup - make it work better on mobile screens --- public_html/lib/tpl/e/css/modifications.css | 8 ++++---- public_html/lib/tpl/e/footer.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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);