From 58c08690f8adafc63fba37f345ad0a73b3c47700 Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Wed, 30 Oct 2024 17:16:48 +0100 Subject: [PATCH] Fix dialog comments container width --- src/components/comments/Comments.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comments/Comments.vue b/src/components/comments/Comments.vue index ea4cb1a..8a8e555 100644 --- a/src/components/comments/Comments.vue +++ b/src/components/comments/Comments.vue @@ -170,7 +170,7 @@ async function addComment(newComment) { top: 0; right: 0; bottom: 4.5rem; - width: var(--comments-w); + width: var(--dialog-comments-w); padding: var(--space-24) var(--space-32); } .comments {