]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Rewrite layer parameters in shortlinks correctly
[rails.git] / app / assets / stylesheets / small.css.scss
index 5e8edc28c78988ce4856172e080af8a86d3397ac..e9d0a477901c0d9caa9c902a57b0330293cda9ac 100644 (file)
@@ -1,3 +1,5 @@
+@import "parameters";
+
 /* Styles specific to a small screen, such as iPhone, Android, etc... */
 
 input[type="submit"],
@@ -23,6 +25,7 @@ nav.secondary {
 
 header {
   height: auto;
+  min-height: $headerHeight;
   background: #fff;
 
   h1 {
@@ -119,7 +122,7 @@ nav.secondary {
 }
 
 #sidebar .welcome {
-  display: none;
+  display: none !important;
 }
 
 .leaflet-top.leaflet-right {