File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 < legend class ="border-bottom mb-4 "> Media Tracking Preferences</ legend >
3333 < div class ="form-switch d-flex justify-content-between border rounded-2 px-3 py-2 mb-3 ">
3434 < label class ="form-check-label ">
35- < i class ="bi bi-search me-2 align-middle "> </ i > Hide disabled media types from search
35+ < i class ="bi bi-search me-2 "> </ i > Hide disabled media types from search
3636 </ label >
3737
3838 < input class ="form-check-input "
4747 {% for media_type in media_types %}
4848 < div class ="form-switch d-flex justify-content-between border rounded-2 px-3 py-2 mb-3 ">
4949 < label class ="form-check-label ">
50- < i class ="{{ media_type|icon }} me-2 align-middle "> </ i >
50+ < i class ="{{ media_type|icon }} me-2 "> </ i >
5151 {% if media_type == "tv" %}
5252 TV Show
5353 {% else %}
You can’t perform that action at this time.
0 commit comments