remove the width limiters, simple as that.
JanitorAI - T1 by Mortal-Issue
Details
AuthorMortal-Issue
LicenseNo License
Categoryjanitorai.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This requires a UserScript that is not public yet, most things work.
Source code
/* ==UserStyle==
@name JanitorAI - T1
@version 20240522.06.30
@namespace nil
@description remove the width limiters, simple as that.
@author Krampus+Sunny
==/UserStyle== */
@-moz-document url-prefix("https://janitorai.com/chats/") {
.css-1ciw5tz {
max-width:none;
width:97%;
}
.css-1sla4fc {
max-width:none;
width:99%;
}
.css-if548y {
max-width:none;
width:85%;
}
.css-i9mtpv {
object-fit: contain;
width: 110px;
height: 120px;
}
.css-1ki54i,.css-svoixz {
text-shadow:
0 0 3px #000, /* White glow */
0 0 10px #000, /* White glow */
0 0 15px #000, /* White glow */
0 0 5px #000 /* Blue neon */
}
.css-1ee5bn9 {
height: 0vh;
}
.css-1ciw5tz svg {
fill: black; /* Set fill color to black */
stroke: #fff; /* Set stroke color to white */
stroke-width: 0.25; /* Set stroke width */
}
.css-16u3s6f {
text-decoration: overline;
}
}