Skip to content

Instantly share code, notes, and snippets.

@fukata
Last active April 16, 2023 00:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
ChatGPTの会話部分をウィンドウ幅に広げるCSS
@-moz-document url-prefix("https://chat.openai.com/") {
.text-base {
max-width: 100% !important;
}
.h-full {
height: auto !important;
}
div[class^=react-scroll-to-bottom--css-vsfma-] {
height: auto !important;
overflow-y: auto !important;
}
form.stretch {
max-width: 100% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment