Skip to content

Commit 60ecbcb

Browse files
committed
Change setting component from block layout to flex
1 parent 58e5bc0 commit 60ecbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class AnchorDisplayTextSettingTab extends PluginSettingTab {
8888

8989
displayNotificationTextSetting() {
9090
if (this.notificationTextSetting) {
91-
this.notificationTextSetting.settingEl.style.display = this.plugin.settings.includeNotice ? 'block' : 'none';
91+
this.notificationTextSetting.settingEl.style.display = this.plugin.settings.includeNotice ? 'flex' : 'none';
9292
}
9393
}
9494

0 commit comments

Comments
 (0)