<p dir="auto">This PR contains various changes and simplifications to the CSS, mainly focussed on reducing the number of floating elements (by using flexbox for layout) and using border utility classes instead of selector-specific rules.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/3377'>https://github.com/openstreetmap/openstreetmap-website/pull/3377</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/b43aaa1d5868d40a1ad4b1caa0985eddf1c81bb8" class="commit-link">b43aaa1</a> Remove the floating from the sidebar close buttons</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/846bacd665bd7220ab1f02d1951790077466f6e5" class="commit-link">846bacd</a> Remove the custom flash styling for sidebar flashes</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/300cd884ec5a8bd76be912f7d745e0ced7761175" class="commit-link">300cd88</a> Use flex grid instead of floating to position changeset element paging nav</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/f433fb3d4eb9ba9d26aad2070d316e2e7d35b8b9" class="commit-link">f433fb3</a> Remove border-radius parameter</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/52cd62bf1309a91813b8dfccaf5f7ce9859007f1" class="commit-link">52cd62b</a> Replace CSS-driven borders with bootstrap borders</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/3bc20b6f21cb52a1ccaf10728a7e383df9fe7a7e" class="commit-link">3bc20b6</a> Pass classes to override the default thumbnail_tiny style, rather than having another selector overriding</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/514ec41c58914b007fd6c71a54d91f1d8bfba297" class="commit-link">514ec41</a> Remove unused browse-field style rules</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/cb68450ac7b7a8dec6d0d721b9a7314bf1c7e95f" class="commit-link">cb68450</a> Simplify margins when showing diary entries</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/8249b41a831d0ac62f6f340a11ef5d166168c957" class="commit-link">8249b41</a> Remove some unused thumbnail rules</li>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/commits/675f72fe359748ac0b573eadcc3c4248d6a477e5" class="commit-link">675f72f</a> Use flex grid to position changeset discussion subscribe button</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files">15 files</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-e86a39e6d0b163f152db8843fc7d647a3f5d648de4a74f1732bef4474b6e5bc8">app/assets/stylesheets/common.scss</a>
(101)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-d2e82deee467e04b34fde66bc330f96ed2020aefc541445c1d576a56612ee71b">app/assets/stylesheets/parameters.scss</a>
(1)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-b4fc005393d27baeb208c32dfc3bd576364fa35e6d76a69ea8b99da62616f80e">app/helpers/user_helper.rb</a>
(6)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-cb3ebc0cb10d6a281d90c90a02772e26f9a456afd6d49f19ce375fc475068b8d">app/views/browse/_paging_nav.html.erb</a>
(19)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-d3e3db2a93a22b8e704bcec077a570b1ac05c449f38ca301f95a474285dbb7cd">app/views/browse/_tag_details.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-fba7159a4abd78f8b24f765a0c58ebe47a24be99e185c373175f20f612a5d781">app/views/browse/changeset.html.erb</a>
(47)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-e390cd3017ea55a29b03a500b95a0203d99769e74ccc353cd2bd8c2bf058ec63">app/views/dashboards/show.html.erb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-19308fdc270ab97cbcfbfa5628325285149496524b767672f8e80f1079db29f9">app/views/diary_entries/_diary_entry.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-a70496e2ae2868f80fd3d1c03598e102076f6b88bdc8d54de9a9e005b2de9447">app/views/diary_entries/_form.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-6d2ef58207c92d1533287af551a075122ba98240a861819047a2ae77b7674f0b">app/views/layouts/_header.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-6091542e4570d68ca546a4a893b0d0202a75b9aa6fabf4e8aa0b4122ae6a3544">app/views/profiles/edit.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-db1600b3df800c073c8d2ff04b1f5042902abcb20b0a55729ddeca8d23012ea5">app/views/site/export.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-f6ed49e0cedc003a3fa0c339f473b25280b800f6d25c59269d60adc773b0848c">app/views/users/terms.html.erb</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-10a5c4533814c8b1222f0ef0833c82edd68584d85757fc431557b39813777c19">test/controllers/diary_entries_controller_test.rb</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377/files#diff-59bb77618596eb59f4849a9e62ad9396772a8af3f05b6d08d6e53a39f8e02c97">test/helpers/user_helper_test.rb</a>
(12)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3377.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/3377.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/3377.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/3377.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3377">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOJV2WZ4QENDGBMTVTUNTQUNANCNFSM5IWBRIDQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAK2OLIPBDWTBTQGXXRSP4DUNTQUNA5CNFSM5IWBRID2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4P2TG54A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3377",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3377",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>