This user style will be applied to all chats on Poe.com
This style will make the Query and response Bubble wider for better readability
Authorbilalazh
LicenseGNU GPLv3
CategoryPoe.com
Created
Updated
Size547 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
This user style will be applied to all chats on Poe.com
This style will make the Query and response Bubble wider for better readability
Updated with new code as old one no longer worked as expected
/* ==UserStyle==
@name Poe Wide Response Window
@namespace github.com/Poe wide response windows
@version 2.0.0
@description Userstyle that lets you control the width of response area on poe.com
@author Bilalazh
==/UserStyle== */
@-moz-document url-prefix("https://poe.com/") {
:root, :root.light {
/*Height of the header*/
--header-height: 40px;
/*Wide respose Window*/
--desktop-reading-column-max-width: 90rem !important;
}
}