M365 Copilot Chat Full Width

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

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 or Violentmonkey 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!)

Аўтар
alfred1137
Усталяванняў за дзень
2
Усяго ўсталяванняў
2
Рэйтынг
0 0 0
Версія
3.1
Створаны
20.08.2026
Абноўлены
20.08.2026
Памер
1.6 КБ
Ліцэнзія
MIT
Ужываецца на

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;