Increase the size of the code window up to 1440px (ultrawide)
wide code container gemini.google.com by Jnorm911
Details
AuthorJnorm911
LicenseNo License
Categorygemini.google.com
Created
Updated
Size372 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") {
.ui-v2-enabled .conversation-container {
max-width: 1440px !important;
}
}