bard ai on wide
bard wide by ayarrus
Details
Authorayarrus
LicenseNo License
Categorybard.google.com
Created
Updated
Size436 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 bard wide
@version 20240320.15.51
@namespace https://userstyles.world/user/ayarrus
@description bard ai on wide
@author ayarrus
@license No License
==/UserStyle== */
@-moz-document domain("gemini.google.com") {
.conversation-container {
max-width: 90% !important;
}
.input-area-container {
max-width: 100% !important;
}
.bottom-container {
max-width: 60% !important;
}
}