File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -349,9 +349,17 @@ nav {
349349 flex-wrap : wrap;
350350 gap : 8px ;
351351 justify-content : center;
352+ align-items : center;
352353 margin-bottom : 40px ;
353354}
354355
356+ .filter-label {
357+ font-size : 0.82rem ;
358+ font-weight : 500 ;
359+ color : var (--text-muted );
360+ padding : 7px 8px 7px 0 ;
361+ }
362+
355363.filter-pill {
356364 padding : 7px 16px ;
357365 border-radius : 999px ;
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ <h2 class="section-title">All comparisons</h2>
227227 < span class ="section-badge "> {{snippetCount}} snippets</ span >
228228 </ div >
229229 < div class ="filter-pills " id ="categoryFilter ">
230- < span class ="filter-label "> Filter :</ span >
230+ < span class ="filter-label "> Show :</ span >
231231 < button class ="filter-pill " data-filter ="all "> All</ button >
232232 < button class ="filter-pill " data-filter ="language "> Language</ button >
233233 < button class ="filter-pill " data-filter ="collections "> Collections</ button >
You can’t perform that action at this time.
0 commit comments