Skip to content

Overleaf - Bigger review panel by dedean16

Screenshot of Overleaf - Bigger review panel

Details

Authordedean16

LicenseNo License

Categorywww.overleaf.com

Created

Updated

Code size590 B

Code checksum2fa4c3e9

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the review panel and its font bigger.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Overleaf - Bigger review panel
@namespace      github.com/openstyles/stylus
@version        1.2
@description    Increase the size of overleaf review panel and its font.
@author         Daniel Cox
==/UserStyle== */
@-moz-document url-prefix("https://www.overleaf.com/project/") {

    div.review-panel.rp-current-file-container {
        width: 500px !important;
    }
    
    p.rp-comment-content {
        font-size: 14px !important;
    }
    
    
    span.rp-entry-user {
        font-size: 9px !important;
        color: pink !important;
    }
    
}

Reviews

No reviews yet.