5 support issues
- All
- Questions
- Suggestions
- Problems
Core Puncher
Jun 13, 2024
Tried it, but to no avail
It appears they once again changed the format of chat GPT, now it's an EVEN SMALLER "Text message bubble". Just terrible! The extension widens the chat response, but not the input box now. Think this can also be adjusted?
- Report illegal content
- Copy link
Robin Anderson
Nov 13, 2023
Cannot edit messages
As of the November 23 redesign you cannot edit messages. The edit button would normally appear when the mouse cursor is just below a previous user message (and just to the right of the version indicator < 2 / 2 > if you have edited before).
- Report illegal content
- Copy link
Sean Klomparens
Sep 29, 2023
They broke it again
They must've changed something about the classes you're tying to, so it stops widening again. Perhaps use this:
.text-base {max-width: 100% !important;}
- Report illegal content
- Copy link
Sean Klomparens
Sep 6, 2023
Doesn't work at the moment
Loaded extension from store just now, restarted chrome, opened https://chat.openai.com/ and it doesn't widen the view. I assume they've changed some css class you were triggering on. The width controlling container now has these classes: flex flex-1 gap-4 text-base mx-auto md:gap-6 md:max-w-2xl lg:max-w-[38rem] xl:max-w-3xl }
.xl\:max-w-3xl is the one with a max-width of 48rem, bumping that up fixes the issue. Thanks for creating this extension so I don't have to :)
- Report illegal content
- Copy link
Rodrigo Rosa
Apr 4, 2023
misalignment after cut off response
Hi, I'm trying out chatgpt's coding skills. I asked it this:
> write me a linux c++ application, using v4l2, to retrieve images from a web cam and allow changing resolution at runtime. the captured images should be streamed out raw through a tcp port provided as an argument
and the answer was interrupted, as it often happens with long answers. If i type "continue" it keeps on going. On the stock chatgpt the resulting format is somewhat wrong, the text explaining the answer ends up formatted as code. So that's a problem with chatgpt. However, it's still usable.
When using this extension the format issues appear too (expected), but additionally the field to type the next question ends up offset to the right and out of sight, so I don't see what I'm typing.
This likely happens with any interrupted code query.
- Report illegal content
- Copy link