Gemini Widescreen Chat UI

Adjusts margins for ultrawide screens, customizes user prompt colors, centers code blocks, expands dataset tables, and fixes input field overflow.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
MateoPalmeiro
Усталяванняў за дзень
0
Усяго ўсталяванняў
9
Рэйтынг
0 0 0
Версія
1.2
Створаны
03.06.2026
Абноўлены
03.06.2026
Памер
2.1 КБ
Ліцэнзія
MIT
Ужываецца на

Gemini Widescreen Chat UI

This is a simple UserScript that fixes some of the UI annoyances in Google Gemini on desktop, making it much more comfortable to use—especially if you have a wide or ultrawide monitor.

Features:

  • Better Margins: Limits the chat and text input to 75% of the screen width and centers it. No more moving your head left and right to read long paragraphs on large monitors.
  • Input Box Fix: Fixes the text input field so the microphone and send buttons stay where they belong without overflowing or breaking the layout.
  • Wider Tables: Forces tables to use the full width of the chat container instead of being unnecessarily cramped.
  • Distinct User Prompts: Changes your messages to a dark blue background (#1a237e) with white text, making it much easier to differentiate your prompts from Gemini's answers at a glance.
  • Centered Code Blocks: Keeps code snippets centered and limits their width to 90% for a cleaner look.
  • Readability Tweaks: Slightly increases the line height so reading long AI outputs is easier on the eyes.

Customization:

If you want the chat to be wider or narrower, just edit the script in Tampermonkey (or your script manager of choice) and change the max-width: 75% !important; value in the .conversation-container block to whatever percentage you prefer (e.g., 60% or 90%).

Source Code:

You can check the code or contribute on GitHub.