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?

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    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?