M365 Copilot Chat Full Width

Expands M365 Copilot Chat to the available page width while retaining modest page margins.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
alfred1137
Denně instalací
2
Celkem instalací
2
Hodnocení
0 0 0
Verze
3.1
Vytvořeno
20. 08. 2026
Aktualizováno
20. 08. 2026
velikost
1,6 KB
Licence
MIT
Spustit na

M365 Copilot Chat Full Width

A lightweight userscript that expands Microsoft 365 Copilot Chat across the available browser width while retaining comfortable padding along the page margins.

Microsoft 365 Copilot normally constrains conversations to a relatively narrow reading column, leaving substantial unused space on larger displays. This script removes those restrictive width limits from the chat area and message composer, making long responses, code blocks, tables, and detailed content easier to read.

✨ Features

  • Full-Width Conversation Area: Expands Copilot responses to use the available page width.
  • Wider Message Composer: Extends the chat input area to match the expanded conversation layout.
  • Retained Page Padding: Maintains modest margins so content does not touch the edges of the browser window.
  • Responsive Layout: Uses smaller margins automatically on narrow screens.
  • Lightweight Implementation: Applies a small CSS override without continuously scanning or modifying the page.
  • Dynamic Interface Support: Uses stable Copilot layout identifiers and CSS selectors suitable for Microsoft 365's dynamically rendered interface.
  • Theme Compatible: Works with both light and dark Copilot themes because the script changes layout only.
  • No Tracking or External Dependencies: Does not collect data, contact external services, or load third-party resources.

🎨 Configuration

The page margin is controlled by the following line in the userscript:

padding-inline: clamp(12px, 1.5vw, 24px) !important;