Skip to content

Instantly share code, notes, and snippets.

View t3yamoto's full-sized avatar

t3yamoto t3yamoto

  • Kanagawa, Japan
View GitHub Profile
@fukata
fukata / chat.openai.com.css
Last active June 22, 2024 10:56
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;