Make LLM-Stats wider, suitable for desktop browsers
llm-stats.com by sammcj
Details
Authorsammcj
LicenseMIT
Categoryllm-stats.com
Created
Updated
Size290 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 llm-stats.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://llm-stats.com") {
.container {
max-width: 2400px;
}
}