From: Andy Allan Date: Wed, 17 Nov 2021 11:49:52 +0000 (+0000) Subject: Remove the floating from the sidebar close buttons X-Git-Tag: live~1402^2~9 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b43aaa1d5868d40a1ad4b1caa0985eddf1c81bb8 Remove the floating from the sidebar close buttons These are mostly positioned with flexbox, and those that aren't are covered by the similar close-wrap selector elsewhere in this file --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f2afdcf7a..017d8a0d8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -389,11 +389,6 @@ body.compact-nav { } } - .icon.close { - float: right; - cursor: pointer; - } - .flash { padding: 15px;