ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=188fbe7982fc528e38669192ed6dcb9c839ceb11

commit 188fbe7982fc528e38669192ed6dcb9c839ceb11
Author: Andy Williams <a...@andywilliams.me>
Date:   Sat Jul 15 11:13:53 2017 +0100

    Work with the bav bar on mobile layout so we don't waste space
---
 public_html/lib/tpl/e/css/modifications.css | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 2a300de..059f2d2 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -710,12 +710,12 @@ table {
 @media screen and (max-width: 768px) {
    /* If we are trying to launch kiwi-irc on mobile use the whole window... */
    #ircbubble {
-      top: 0;
+      top: 46px;
       left: 0;
       bottom: 0;
       right: 0;
       width: 100%;
-      height: 100%;
+      height: auto;
       z-index: 100;
    }
 
@@ -723,5 +723,12 @@ table {
       width: 100% !important;
       height: 100% !important;
    }
+
+   #ircbutton {
+      top: -20px;
+      bottom: auto;
+      right: 40px;
+      transform: scale(0.5);
+   }
 }
 

-- 


Reply via email to