Files
gpt_academic/docs/assets/html/appearance_switcher.html
2023-06-27 13:59:33 +08:00

12 lines
322 B
HTML

<div style="display: flex; justify-content: space-between;">
<span style="margin-top: 4px !important;">
{label}
</span>
<span>
<label class="apSwitch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="apSlider"></div>
</label>
</span>
</div>