Skip to content

figma.com: widen comments by aspiers

Details

Authoraspiers

LicenseCC Zero

Categoryfigma.com

Created

Updated

Size665 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Widens comment thread columns from 320px

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           figma.com: widen comments
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Widen comments from 320px
@author         Adam Spiers
==/UserStyle== */

@-moz-document domain("figma.com") {
    [class*="thread_comment--threadContainer--"] {
        width: 420px !important;
    }
    [class*="thread_comment--threadContainer--"] [class*="scroll_container--clipContainer--"] {
        width: 420px !important;
    }
    [class*="thread_comment--threadContainer--"] [class*="scroll_container--clipContainer--"] [class*="scroll_container--innerScrollContainer--"] {
        width: 420px !important;
    }
}

Reviews

No reviews yet.