]> git.openstreetmap.org Git - rails.git/commitdiff
Remove the floating from the sidebar close buttons
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 11:49:52 +0000 (11:49 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:07:07 +0000 (12:07 +0000)
These are mostly positioned with flexbox, and those that aren't
are covered by the similar close-wrap selector elsewhere in this file

app/assets/stylesheets/common.scss

index f2afdcf7a9446f8d29c369ffe0eecec6becbe13a..017d8a0d8237fa3e739505b034b5fda2273fb071 100644 (file)
@@ -389,11 +389,6 @@ body.compact-nav {
       }
     }
 
-    .icon.close {
-      float: right;
-      cursor: pointer;
-    }
-
     .flash {
       padding: 15px;