Skip to content

Commit

Permalink
feat(browse): improve mobile-friendly-ness
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Nov 27, 2023
1 parent 6fb0267 commit 3c640eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 class="display-4 fw-normal lh-1 mb-2 d-lg-none d-block text-center" style="c
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="filterExtensions">
<label class="form-check-label text-body-tertiary" style="margin-top:.5px" for="filterExtensions">
<i class="bi bi-puzzle-fill d-lg-none d-inline" style="margin-top:.1px"></i>
<i class="bi bi-puzzle-fill d-lg-none d-inline" style="font-size:23px"></i>
<span class="d-lg-inline d-none">Extensions</span>
</label>
</div>
Expand All @@ -88,7 +88,7 @@ <h1 class="display-4 fw-normal lh-1 mb-2 d-lg-none d-block text-center" style="c
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="filterThemes">
<label class="form-check-label text-body-tertiary" style="margin-top:.5px" for="filterThemes">
<i class="bi bi-palette2 d-lg-none d-inline" style="margin-top:.1px"></i>
<i class="bi bi-palette2 d-lg-none d-inline" style="font-size:21px"></i>
<span class="d-lg-inline d-none">Themes</span>
</label>
</div>
Expand Down

0 comments on commit 3c640eb

Please sign in to comment.