M365 Copilot Chat Full Width

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
alfred1137
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
0
Βαθμολογίες
0 0 0
Έκδοση
3.1
Δημιουργήθηκε την
20/08/2026
Ενημερώθηκε την
20/08/2026
Μέγεθος
2 KB
Άδεια
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;