Poe Chat Styles
poe.com by tsoftware-org
Details
Authortsoftware-org
LicenseNo License
Categorypoe.com
Created
Updated
Size1.5 kB
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 20230801.06.22
@namespace userstyles.world/user/tsoftware-org
@description Poe Chat Styles
@author tsoftware-org
@license No License
==/UserStyle== */
/* ==UserStyle==
@name poe.com
@version 20230801.03.46
@namespace userstyles.world/user/tsoftware-org
@description Poe Chat Dark Styles
@author tsoftware-org
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://poe.com") {
[class^="PageWithSidebarNavItem_navItem_"] {
filter: brightness(10%);
}
[class^="HeaderBar_header_"] {
filter: brightness(3%);
display: none;
}
[class^="GrowingTextArea_textArea_"] {
min-height: 4em;
}
textarea[class^="GrowingTextArea_textArea_"]::placeholder {
color: #111;
}
[class^="ChatMessageSuggestedReplies_suggestedRepliesContainer_"] {
display: none;
}
[class^="ChatMessageFeedbackButtons_feedbackButtonsContainer_"] {
display: none;
}
[class^="ChatMessagesView_messagePair_"] {
user-select: text;
font-family: "微软雅黑","Open Sans",sans-serif;
}
[class^="Message_humanMessageBubble_"] {
font-size: 14px;
background-color: #222;
}
[class^="Message_botMessageBubble_"] {
font-size: 14px;
background-color: #1c1c1c;
}
[class^="ChatMessageInputContainer_inputContainer_"] {
border: 1px solid #222 !important;
}
div[class^="ChatMessageInputContainer_inputContainer_"]::after {
display: none;
}
}