a beautify and useful poe.com
poe.com by dengshenkk
Details
Authordengshenkk
LicenseNo License
Categoryuserstyle
Created
Updated
Size617 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 20230524.08.47
@namespace ?
==/UserStyle== */
@-moz-document domain("poe.com") {
:root {
--desktop-page-wrapper-max-width: 100%;
}
div[class^=PageWithSidebarLayout_mainSection__] {
width: 100%!important;
max-width: 100%!important;
}
[class^=PageWithSidebarLayout_rightSidebar]{
display: none;
}
[class^=Message_botMessageBubble] {
max-width: 100%;
}
[class^=ChatMessageInputView_textInput__] {
height: 200px;
max-height: 200px;
}
textarea[class^=GrowingTextArea_textArea] {
height: 200px;
}
header[class^=HeaderBar_header] a {
display: none;
}
}