Fix dialog comments container width

This commit is contained in:
Timothée Goguely 2024-10-30 17:16:48 +01:00
parent eed6f69f8f
commit 58c08690f8

View file

@ -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 {