mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-20 11:39:03 +00:00
remove dot
spans from toggles
This commit is contained in:
parent
6ed4d01c39
commit
009e9b9a1d
@ -422,7 +422,7 @@ window['__start'] = async () => {
|
|||||||
${store(id, { [opt.key]: opt.value })[opt.key] ? 'checked' : ''}/>
|
${store(id, { [opt.key]: opt.value })[opt.key] ? 'checked' : ''}/>
|
||||||
<label for="${opt.type}_${id}--${opt.key}">
|
<label for="${opt.type}_${id}--${opt.key}">
|
||||||
<span class="name">${opt.label}${desc}</span>
|
<span class="name">${opt.label}${desc}</span>
|
||||||
<span class="switch"><span class="dot"></span></span>
|
<span class="switch"></span>
|
||||||
</label>
|
</label>
|
||||||
`;
|
`;
|
||||||
break;
|
break;
|
||||||
@ -539,7 +539,7 @@ window['__start'] = async () => {
|
|||||||
${enabled ? 'checked' : ''} />
|
${enabled ? 'checked' : ''} />
|
||||||
<label for="enable_${mod.id}">
|
<label for="enable_${mod.id}">
|
||||||
<span class="name">${mod.name}</span>
|
<span class="name">${mod.name}</span>
|
||||||
<span class="switch"><span class="dot"></span></span>
|
<span class="switch"></span>
|
||||||
</label>`
|
</label>`
|
||||||
}</h3>
|
}</h3>
|
||||||
<p class="tags">${mod.tags
|
<p class="tags">${mod.tags
|
||||||
|
Loading…
Reference in New Issue
Block a user