Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appearance/Design Bug #213

Open
UtkuGARIP opened this issue Aug 16, 2023 · 6 comments
Open

Appearance/Design Bug #213

UtkuGARIP opened this issue Aug 16, 2023 · 6 comments

Comments

@UtkuGARIP
Copy link

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

@martinGerez
Copy link

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

@UtkuGARIP
Copy link
Author

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?

@shahzad713
Copy link

i have also facing same error

@Osida
Copy link

Osida commented Aug 17, 2023

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

@cenyc
Copy link

cenyc commented Aug 17, 2023

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?

@UtkuGARIP
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants