Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 3375515

Browse files
committed
add modal class name for snippet store
1 parent a0faf0f commit 3375515

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
@@ -104,7 +104,7 @@ export default class CssSnippetStore extends Plugin {
104104
class CssSnippetStoreModal extends Modal {
105105
constructor(app: App, private snippets: Snippet[]) {
106106
super(app);
107-
// this.modalEl.addClass('mod-css-snippet-store'); // Custom class for styling
107+
this.modalEl.addClass('mod-snippet-store');
108108
}
109109

110110
async install(name: string, code: string) {

0 commit comments

Comments
 (0)