Skip to content

Commit 3110b3e

Browse files
committedOct 29, 2024
1 parent 008e6ab commit 3110b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/src/config/bazaar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const bazaar = {
101101
</div>
102102
<div class="fn__space"></div>
103103
<div class="fn__flex-1"></div>
104-
<input ${window.siyuan.config.bazaar.petalDisabled ? "" : " checked"} data-type="plugins-enable" type="checkbox" class="b3-switch" style="margin: 8px 16px">
104+
<input ${window.siyuan.config.bazaar.petalDisabled ? "" : " checked"} data-type="plugins-enable" type="checkbox" class="b3-switch fn__flex-center" style="margin-right: 8px">
105105
<div class="counter counter--bg fn__none fn__flex-center b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.total}"></div>
106106
</div>
107107
<div id="configBazaarDownloaded" class="config-bazaar__content">

0 commit comments

Comments
 (0)
Please sign in to comment.