Increase perplexity.ai chat width to full page.
Perplexity larger chat width by Toemass202
Details
AuthorToemass202
LicenseMIT
Categoryperplexity.ai
Created
Updated
Size546 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 Perplexity larger chat width
@version 20240407.22.46
@namespace https://userstyles.world/user/toemass202
@description Increase perplexity.ai chat width to full page.
@author Thomas Noack
@license MIT
==/UserStyle== */
@-moz-document domain("perplexity.ai") {
.max-w-threadWidth {
max-width: 1600px !important;
}
.col-span-4 {
display: none !important;
}
.md\:grid.grid-cols-12.gap-xl {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}