From: Andy Allan Date: Wed, 17 Nov 2021 11:51:41 +0000 (+0000) Subject: Remove the custom flash styling for sidebar flashes X-Git-Tag: live~1938^2~8 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/846bacd665bd7220ab1f02d1951790077466f6e5?hp=b43aaa1d5868d40a1ad4b1caa0985eddf1c81bb8 Remove the custom flash styling for sidebar flashes The flash partial is now based on flexbox, so these positioning classes are no longer required --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 017d8a0d8..3cb69cf0b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -388,18 +388,6 @@ body.compact-nav { top: 20px; } } - - .flash { - padding: 15px; - - picture { - margin-right: -25px; - } - - div.message { - margin-left: 30px; - } - } } .overlay-sidebar #sidebar {