more than one line headlines
www.perplexity.ai/library by Stefko
Details
AuthorStefko
LicenseNo License
Categoryperplexity.ai
Created
Updated
Code size367 B
Code checksuma0286e2e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.perplexity.ai/library
@version 20250224.10.18
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.perplexity.ai/library") {
.library-item .preview {
display: block !important;
max-height: none !important;
overflow: visible !important;
}
.line-clamp-1 {
height: 5rem;
display: initial;
}
}