:root{
    --nb-comment-image-width: 40px;
    --nb-comment-image-height: 40px;
    --nb-comment-image-border-radius: var(--nb-border-radius-full);
}

.nb-comment-image .nb-user-image{
    width: var(--nb-comment-image-width);
    height: var(--nb-comment-image-height);
    border-radius: var(--nb-comment-image-border-radius);
}