Wider chat response
Gemini Wider by Toshiro00
Details
AuthorToshiro00
LicenseNo License
Categorygemini.google.com
Created
Updated
Size385 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 wide code container gemini.google.com
@namespace github.com/Jnorm911
@version 1.0.0
@description Increase the size of the code window
@author T3nt4c135
==/UserStyle== */
@-moz-document domain("gemini.google.com") {
.conversation-container.response-optimization.ng-star-inserted {
max-width: 1440px !important;
}
}