]> git.agnieray.net Git - galette.git/commitdiff
Hide mobile menu buttons on non mobile view
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 9 Jun 2020 16:21:51 +0000 (18:21 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 9 Jun 2020 16:21:51 +0000 (18:21 +0200)
galette/webroot/themes/default/galette.css

index 4bb683489ba5e144cb340dc219231d322bd569be..1b724cbd2cd0b38d78bdab454baa1b83f887fc9e 100644 (file)
@@ -2399,6 +2399,10 @@ meter[value="4"]::-moz-meter-bar { background: green ; }
     right: 10px!important;
 }
 
+[class^="nav-button"] {
+    display: none;
+}
+
 /** Mobile devices */
 @media (max-width: 767px) {