dtinth / ThreadGPT

Alternative frontend to ChatGPT (gpt-3.5-turbo / gpt-4) with a thread-based interface
https://threadgpt.vercel.app
80 stars 23 forks source link

Make the UI more mobile friendly #5

Closed dtinth closed 1 year ago

dtinth commented 1 year ago

Right now when using ThreadGPT in mobile, each indentation level take up a lot of screen space.

fResult commented 1 year ago

Could you brief something for these below? I already tried to test an App but don't quite understand about it...

image

dtinth commented 1 year ago

@fResult

dtinth commented 1 year ago

For this particular issue, if the conversation starts to get long, you end up with something like this.

Screenshot_20230311_165127_Chrome

fResult commented 1 year ago

I have fixed it. is it okay?
if the screen width less than 768px, icon and margin will be divided by 2

image

dtinth commented 1 year ago

@fResult Thank you, it looks good, but please check the review comment on the PR krub.

dtinth commented 1 year ago

Fixed by