Wider chat window and higher message input field on poe.com
poe.com GoodUI by harukaxq
Details
Authorharukaxq
LicenseNo License
Categorypoe.com
Created
Updated
Size550 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name poe.com
@version 20230812.04.30
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://poe.com/") {
[class^="ChatPageMain_container"] {
max-width: 100% !important;
}
[class^="PageWithSidebarLayout_mainSection"]{
max-width: 100% !important;
}
[class^="Message_humanMessageBubble"]{
max-width: 100% !important;
}
[class*="ChatMessageInputContainer_textArea"] > textarea, [class*="ChatMessageInputContainer_textArea"]:after{
max-height: 70vh !important;
}
}