We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 008e6ab commit 3110b3eCopy full SHA for 3110b3e
app/src/config/bazaar.ts
@@ -101,7 +101,7 @@ export const bazaar = {
101
</div>
102
<div class="fn__space"></div>
103
<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">
+ <input ${window.siyuan.config.bazaar.petalDisabled ? "" : " checked"} data-type="plugins-enable" type="checkbox" class="b3-switch fn__flex-center" style="margin-right: 8px">
105
<div class="counter counter--bg fn__none fn__flex-center b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.total}"></div>
106
107
<div id="configBazaarDownloaded" class="config-bazaar__content">
0 commit comments