Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Try our assistant button

Open sryu1 opened this issue 2 years ago • 6 comments

https://github.com/LAION-AI/Open-Assistant/assets/95025816/9c1ec7eb-4eb5-47c2-96a3-1101df12e6d7

Another one too hard to explain with words...

sryu1 avatar May 12 '23 23:05 sryu1

You can click anywhere on the same "axis" should I say? And it'll go into chat.

sryu1 avatar May 12 '23 23:05 sryu1

It's not my first issue nor contribution by the way 😆

sryu1 avatar May 14 '23 07:05 sryu1

It's not my first issue nor contribution by the way 😆

Good first issue means that it would be a good task for a new contributor to try to fix (e.g. because it's relatively small/simple to fix)

olliestanley avatar May 14 '23 08:05 olliestanley

Hi, I am just a beginner, but I checked it out and it seems to me that problem is that by default Flex container has property align-items: stretch, which causes the link to spread across the whole "line" as you called it.

It can be fixed by adding align-self: flex-start; to affected a flex item. E.g. .css-1811skr a { align-self: flex-start; }

I hope it helps to point someone to fix it. I am not experienced enough to fix it myself :)

karlji avatar May 14 '23 08:05 karlji

It's not my first issue nor contribution by the way 😆

Good first issue means that it would be a good task for a new contributor to try to fix (e.g. because it's relatively small/simple to fix)

OOOOH, ok.

sryu1 avatar May 14 '23 08:05 sryu1

I think I found a solution at the end. I will send pull-request in few mins.

EDIT: Nevermind. It wasn't a solution at the end. I will keep this to someone more experienced.

karlji avatar May 14 '23 10:05 karlji

It seems like the glitch still persists...

sryu1 avatar May 16 '23 09:05 sryu1

Seems like it's fixed now.

sryu1 avatar May 16 '23 10:05 sryu1