ajwillia-ms pushed a commit to branch master.

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

commit b531a5bb770fe665ea70c0f90165b3a3401f9379
Author: Andy Williams <[email protected]>
Date:   Mon Nov 20 17:09:47 2017 +0000

    layout: Full width menus on mobile layout
---
 public_html/lib/tpl/e/css/modifications.css | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index e8e33475..15b4ffee 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -113,12 +113,6 @@ h1, h2, h3, h4, h5, h6,
 }
 
 @media screen and (max-width: 768px) {
-   .bs-sidebar {
-      width: 100%;
-      margin: 15px 0;
-      padding: 0;
-   }
-
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
       background-color: #202020;
    }
@@ -141,6 +135,20 @@ h1, h2, h3, h4, h5, h6,
    width: 280px;
 }
 
+@media screen and (max-width: 768px) {
+   #dokuwiki__aside {
+      width: 100%;
+      margin: 15px 0;
+      padding: 0 10px;
+      float: none;
+      border: none;
+   }
+
+   .page {
+      padding: 0;
+   }
+}
+
 @media (min-width: 1700px) {
    #dokuwiki__aside {
       position: fixed;

-- 


Reply via email to