Makes Poe much fresher to use while prompting.
Better Poe by shipping-out

Details
Authorshipping-out
LicenseNo License
Categorypoe.com
Created
Updated
Code size1.6 kB
Code checksum78e10752
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Features bigger icons in chat, removes sidebar and bot details.
NOTE, Should be activated only in conversation.
Source code
/* ==UserStyle==
@name poe.com
@version 20230817.14.35
@namespace userstyles.world/user/shipping-out
@description Makes Poe much fresher to use while prompting.
@author shipping-out
@license No License
==/UserStyle== */
@-moz-document domain("poe.com") {
body {
background-image: url("https://images.pexels.com/photos/2387793/pexels-photo-2387793.jpeg?cs=srgb&dl=pexels-adrien-olichon-2387793.jpg&fm=jpg");
background-size: cover;
font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue;
line-height: 1.4;
overflow-x: hidden;
}
.BotImage_botImage__Awqvh {
width: 100px;
height: 100px;
}
.BotHeader_textContainer__W6BjF {
font-family: Arial;
font-size: 30px;
font-weight: bolder;
}
.Markdown_markdownContainer__UyYrv {
font-family: Arial;
font-size: 18px;
}
.ChatPageMain_container__1aaCT {
min-width: 1325px;
}
.ChatMessage_badge__KwBjp {
display:none;
}
.SidebarLayout_left__Ew2CE {
--sidebar-width: min(0rem,0vw);
}
.SidebarLayout_right__FS_8M {
width:155px
}
.BotInfoCardHeader_operatedBy__HtNNF {
display: none;
}.BotInfoCardHeader_headerInfo__yE1Iw {
display: none;
}.BotInfoCardHeader_followerCount__PqAd1 {
display: none;
}
.Button_iconOnly___tMj7 {
display: none;
}
:root.dark {
--text-gray-dark: #fff;
--bg-gray-light: #4f4d4d00;
--bg-white: #181818c9;
--bg-gray-ultralight: #2626267d;
--bg-purple-bubble: #3b3abe7d;
--bg-red-error: #3b3abe;
--header-height: 100px;
--border-gray: #c5c5c500;
}
}