Skip to content

Instantly share code, notes, and snippets.

@fayazara
Last active April 24, 2023 09:17
Show Gist options
  • Save fayazara/eaa058accf6c198bf6657285ff71fde6 to your computer and use it in GitHub Desktop.
Save fayazara/eaa058accf6c198bf6657285ff71fde6 to your computer and use it in GitHub Desktop.
Makes Poe better on wider screens. Screenshot πŸ‘‡
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
:root {
--font-size-large: 1rem !important;
--text-gray-dark: #334155 !important;
}
body {
font-family: "Inter", sans-serif !important;
}
.PageWithSidebarLayout_leftSidebar__Y6XQo {
min-width: 300px !important;
}
.PageWithSidebarLayout_mainSection__i1yOg {
max-width: unset !important;
width: 100% !important;
}
.Message_botMessageBubble__CPGMI,
.Message_humanMessageBubble__Nld4j {
max-width: 75% !important;
padding: 16px !important;
}
.Message_humanMessageBubble__Nld4j {
border-bottom-right-radius: 2px !important;
}
.Message_botMessageBubble__CPGMI code {
font-weight: bold;
}
.Message_botMessageBubble__CPGMI {
border-bottom-left-radius: 2px !important;
}
.ChatMessagesView_infiniteScroll__K_SeP,
.ChatMessagesView_messagePair__CsQMW {
gap: 20px !important;
}
.ChatMessageSuggestedReplies_suggestedRepliesContainer__JgW12 {
flex-direction: unset !important;
overflow-x: auto !important;
display: none !important;
}
.ChatMessageSuggestedReplies_suggestedReply__Kszon {
flex-shrink: 0 !important;
border-radius: 12px !important;
height: 50px !important;
margin-top: auto !important;
}
.ChatWelcomeView_Button__41vJO {
flex-shrink: 0 !important;
}
@fayazara
Copy link
Author

Screenshot 24-04 at 14@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment