🐛 Fix comment bubble border

This commit is contained in:
Eva Marco 2024-03-11 11:05:21 +01:00
parent 71b4079483
commit f714f08716

View file

@ -138,6 +138,7 @@
width: $s-284;
padding: $s-12;
border-radius: $br-8;
border: $s-2 solid var(--modal-border-color);
background-color: var(--comment-modal-background-color);
.comments {
display: flex;