Last active
April 24, 2023 09:17
-
-
Save fayazara/eaa058accf6c198bf6657285ff71fde6 to your computer and use it in GitHub Desktop.
Makes Poe better on wider screens. Screenshot π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} |
Author
fayazara
commented
Apr 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment