Increase perplexity.ai chat output width to a more sensible maximum
Improve perplexity chat maximum width by sammcj
Details
Authorsammcj
LicenseMIT
Categoryperplexity.ai
Created
Updated
Size393 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}