Skip to content

Commit

Permalink
Tweak appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Arasteh authored Feb 2, 2025
1 parent 11a354f commit 37b6c17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
{{ designer }} <span class="count">({{ count }})</span>
<span v-if="selectedDesigner === designer" class="remove-filter"
@click.stop="removeDesignerFilter">
<span class="material-symbols-rounded">
<span class="material-symbols-rounded" style="font-size: inherit;">
close
</span>
</span>
Expand Down Expand Up @@ -1018,9 +1018,9 @@
{{ director }} <span class="count">({{ count }})</span>
<span v-if="selectedDirector === director" class="remove-filter"
@click.stop="removeDirectorFilter">
<span class="material-symbols-rounded">
<span class="material-symbols-rounded" style="font-size: inherit;">
close
</span></span>
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -1049,9 +1049,9 @@
{{ letter }} <span class="count">({{ count }})</span>
<span v-if="selectedLetter === letter" class="remove-filter"
@click.stop="removeLetterFilter">
<span class="material-symbols-rounded">
<span class="material-symbols-rounded" style="font-size: inherit;">
close
</span></span>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 37b6c17

Please sign in to comment.