raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=6e33cd822541d29d380f8a654f6760318332582b

commit 6e33cd822541d29d380f8a654f6760318332582b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Jul 11 11:52:40 2017 +0900

    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 6e25ad4..1417b27 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 a7d2bf3..c1d9821 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);
 </script>

-- 


Reply via email to