M365 Copilot Chat Full Width

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

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

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

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
alfred1137
Dagelijks aantal installaties
0
Totaal aantal installaties
0
Beoordelingen
0 0 0
Versie
3.1
Gemaakt op
20-08-2026
Bijgewerkt op
20-08-2026
Grootte
1,63 KB
Licentie
MIT
Wordt toegepast op

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;