diff --git a/src/components/ForumPost.ts b/src/components/ForumPost.ts index 6392fec..e55ea07 100644 --- a/src/components/ForumPost.ts +++ b/src/components/ForumPost.ts @@ -58,6 +58,11 @@ export class ForumPost extends LitElement { } } } + + .disabled { + pointer-events: none; + opacity: 0.5; + } `, ]; @@ -81,7 +86,11 @@ export class ForumPost extends LitElement { >