<p>In app/assets/stylesheets/large.css:</p>
<pre style='color:#555'>> @@ -1 +1,5 @@
>  /* Styles specific to large screens  */
> +ul.secondary-actions.pager {
</pre>
<p>I assume the motivation for deleting <code>large.css</code> is for speed of loading?<br>
On small screens, the float I added looks confusing and messy, which is why I moved it to large-only. If I simply put it in <code>common.css</code> and attempt to override it with <code>float:none</code> in <code>small.css</code>, it doesn't override, for me. (I tend to avoid using <code>!important</code> because it feels hacky.) Suggestions welcome about what would be best here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/487/files#r6610789'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpkNM6KDQK5cHTDblVaHAo_QaQFA5dP3i3Aw_jRBWYhj8.gif' height='1' width='1'></p>