chatgpt-advanced icon indicating copy to clipboard operation
chatgpt-advanced copied to clipboard

Appearance/Design Bug

Open UtkuGARIP opened this issue 1 year ago • 6 comments

Hi. I'm using the extension. I opened the ChatGPT page today and this is the look/design. The "things" that should be at the bottom are at the top. Disabling the extension fixes it. Please fix this bug, thanks for the extension. Bug

UtkuGARIP avatar Aug 16 '23 13:08 UtkuGARIP

Same error here, it appears to be a bug with new ChatGPT upgrade?

martinGerez avatar Aug 16 '23 15:08 martinGerez

Same error here, it appears to be a bug with new ChatGPT upgrade?

I understand that there is nothing I can do as a user, does the extension need to be updated?

UtkuGARIP avatar Aug 16 '23 16:08 UtkuGARIP

i have also facing same error

shahzad713 avatar Aug 16 '23 18:08 shahzad713

Upon inspecting the page, I found the current HTML markup can be fixed in the following 2 ways:

  1. Add flex-col to the div with role="presentation", or
  2. Attach absolute to the WebChatGPT div container.

Revised Markup Outcome: <div role="presentation" class="flex flex-col h-full"> Screenshot 2023-08-16 at 9 40 39 PM

<div class="absolute bottom-0 left-0 w-full border-t md:border-t-0 .... /> Screenshot 2023-08-16 at 9 30 13 PM

Osida avatar Aug 17 '23 01:08 Osida

Upon inspecting the page, I found the current HTML markup can be fixed in the following 2 ways:

  1. Add flex-col to the div with role="presentation", or
  2. Attach absolute to the WebChatGPT div container.

Revised Markup Outcome: <div role="presentation" class="flex flex-col h-full"> Screenshot 2023-08-16 at 9 40 39 PM

<div class="absolute bottom-0 left-0 w-full border-t md:border-t-0 .... /> Screenshot 2023-08-16 at 9 30 13 PM

But the modification is temporary, how can I inject my changes to the plugin?

cenyc avatar Aug 17 '23 04:08 cenyc

The problem was solved after one day, at least for me. 👍

UtkuGARIP avatar Aug 17 '23 12:08 UtkuGARIP