]> git.openstreetmap.org Git - rails.git/commitdiff
Remove banner for small screens
authorBryan Housel <bryan@mapbox.com>
Mon, 4 Jul 2016 03:53:21 +0000 (23:53 -0400)
committerBryan Housel <bryan@mapbox.com>
Mon, 4 Jul 2016 03:53:21 +0000 (23:53 -0400)
(closes #1247)

app/assets/stylesheets/small.scss

index c05c73c9d8b92825ae50fb6d59d7d5babdc8bbf3..0152e8b30c8705ffa29aa73ddfe96338996f684e 100644 (file)
@@ -126,7 +126,8 @@ body.small {
     }
   }
 
-  #sidebar .welcome {
+  #sidebar .welcome,
+  #sidebar #banner {
     display: none !important;
   }