Skip to content

Instantly share code, notes, and snippets.

@maximebories
Last active April 12, 2023 21:34
Show Gist options
  • Save maximebories/c0489e864f5abec973c77bd34ec171d2 to your computer and use it in GitHub Desktop.
Save maximebories/c0489e864f5abec973c77bd34ec171d2 to your computer and use it in GitHub Desktop.
ChatGPT Larger Sidebar UserStyle
/* ==UserStyle==
@name ChatGPT
@description ChatGPT Larger Sidebar
@match https://chat.openai.com/*
==/UserStyle== */
/* Division */
#__next .overflow-hidden .md\:flex {
width: 420px;
}
/* Flex col */
#__next .overflow-hidden:nth-child(2)>.flex-col:nth-child(1) {
padding-left: 420px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment