mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Do not uppercase
the SponsorBlock categories
Avoid the `text-transform` on `label` by simply not using that tag. Anyone who is better with CSS than I am, with an improved solution, is welcome to create a pull request.
This commit is contained in:
parent
ae1042a3d0
commit
a06bd29f88
@ -1,7 +1,7 @@
|
|||||||
<!--<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}"><BR>
|
<!--<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}"><BR>
|
||||||
<label for="{{ option.value }}">{{option.label}}</label>-->
|
<label for="{{ option.value }}">{{option.label}}</label>-->
|
||||||
|
|
||||||
<label>
|
<div>
|
||||||
<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}" {% if option.selected %}checked{% endif %}>
|
<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}" {% if option.selected %}checked{% endif %}>
|
||||||
<span>{{option.label}}</span>
|
<span>{{option.label}}</span>
|
||||||
</label>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user