From 14acb8737cd073db0376a780140caec5dac22159 Mon Sep 17 00:00:00 2001
From: Vincent Nivoliers <vincent.nivoliers@gmail.com>
Date: Fri, 23 Sep 2016 22:59:01 +0200
Subject: [PATCH] fixed phone toolbar messed up with ponter-event removal

---
 css/style.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/css/style.css b/css/style.css
index 5f71d27..896051b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -475,12 +475,6 @@ script {
   box-sizing : content-box ;
 }
 
-@media(max-width:767px){
-  #phone-toolbar {
-    width : 100% ;
-  }
-}
-
 #phone-toolbar:before {
   content: '\200B';
   display: inline-block;
-- 
GitLab