Skip to content

Instantly share code, notes, and snippets.

@fukata
Last active April 16, 2023 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukata/19368071ea12e3ed5cea05a0b014de68 to your computer and use it in GitHub Desktop.
Save fukata/19368071ea12e3ed5cea05a0b014de68 to your computer and use it in GitHub Desktop.
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