]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Remove height specification for sidebar in small screen mode
[rails.git] / app / assets / stylesheets / small.scss
index 1865572a3acbe7f5d7865ffb95d8f1015bfe9359..6b4258ab6904599a73a5f1df94ffa671619de188 100644 (file)
@@ -98,12 +98,11 @@ body.small {
     display: inline-block;
   }
 
     display: inline-block;
   }
 
-  .map-layout {
+  &.map-layout {
     #sidebar, #map {
       position: relative;
       overflow-x: hidden;
       width: 100%;
     #sidebar, #map {
       position: relative;
       overflow-x: hidden;
       width: 100%;
-      height: 50%;
     }
 
     .overlay-sidebar {
     }
 
     .overlay-sidebar {
@@ -178,8 +177,8 @@ body.small {
 
   /* Rules for the sign-up page */
 
 
   /* Rules for the sign-up page */
 
-  .user-new,
-  .user-create {
+  &.user-new,
+  &.user-create {
     .col6 {
       width: 100%;
     }
     .col6 {
       width: 100%;
     }
@@ -189,7 +188,7 @@ body.small {
     }
   }
 
     }
   }
 
-  .site-about #content .attr h1 {
+  &.site-about #content .attr h1 {
     font-size: 28px;
   }
 
     font-size: 28px;
   }