You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adam rightly pointed out that the mockups in this ticket called for the
mobile filter behavior to kick in at the medium screen size (below 768),
not small (below 480).
This swaps the change over to that screen size, replacing -sm with -md
as needed.
Copy file name to clipboardExpand all lines: app/views/search/results.html.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
<%if@filters.present?%>
20
20
<asideclass="col1q filter-container">
21
21
<buttonid="filter-toggle"><spanclass="filter-toggle-name">Filter your results: <%=results_summary(@pagination[:hits])%></span><spanclass="filter-toggle-hide">Hide filters</span></button>
0 commit comments