Skip to content

Improve perplexity chat maximum width by sammcj

Screenshot of Improve perplexity chat maximum width

Details

Authorsammcj

LicenseMIT

Categoryperplexity.ai

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increase perplexity.ai chat output width to a more sensible maximum

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         improve perplexity chat width
@version      20240407.22.46
@namespace    https://userstyles.world/user/sammcj
@description  Increase perplexity.ai chat output width to a more sensible maximum
@author       sammcj
@license      MIT
==/UserStyle== */

@-moz-document domain("perplexity.ai") {
.max-w-threadWidth {
    max-width: 1600px !important;
}
}

Reviews

No reviews yet.