]> git.openstreetmap.org Git - rails.git/commitdiff
Match the width of the overlay-sidebar on narrow screens to the width on full-sized...
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Jun 2021 11:07:04 +0000 (12:07 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Jun 2021 11:07:04 +0000 (12:07 +0100)
It's not clear why they are different widths, since the non-overlay sidebar doesn't change.

app/assets/stylesheets/small.scss

index 530d7b7e671af1384bcea9c5d31326875dec08a7..51501758d77cf6b0d5d438793c422921d3c5611d 100644 (file)
@@ -107,7 +107,7 @@ body.small-nav {
     .overlay-sidebar {
       #sidebar {
         position: absolute;
-        width: 300px;
+        width: 350px;
         height: auto;
         overflow: hidden;
       }