Is there a way to make the collapse comment button bigger in Lemmy?

Cloudless ☼@feddit.uk to No Stupid Questions@lemmy.world – 1 points –

With my poor eyesight it is like playing mouse hunt to click the tiny collapse comment button. Are there extensions or user scripts to make the entire comment clickable?

1

If you can install a userstyle, this CSS rule seems to work well. It enlarges the icon-only buttons on comments and the text editor:

.btn-sm {
    font-size: x-large;
}

What browser are you on?