M365 Copilot Chat Full Width

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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

Autor
alfred1137
Installationen heute
2
Installationen gesamt
2
Bewertungen
0 0 0
Version
3.1
Erstellt am
20.08.2026
Letzte Aktualisierung
20.08.2026
Größe
1,63 KB
Lizenz
MIT
Wird angewandt auf

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;