Skip to content

Commit

Permalink
Extracted styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed May 23, 2024
1 parent 4999f15 commit fe151dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plugin/src/app/settingTab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class SettingsTab extends PluginSettingTab {

this.renderBuyMeACoffeeBadge(containerEl);
const spacing = containerEl.createDiv();
spacing.style.marginTop = '0.75em';
spacing.classList.add('support-header-margin');
}

renderExcludedFolders(): void {
Expand Down
3 changes: 3 additions & 0 deletions apps/plugin/src/assets/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* Plugin Styles */
.support-header-margin {
margin-top: 0.75rem;
}

0 comments on commit fe151dc

Please sign in to comment.