lmg-anon / mikupad

LLM Frontend in a single html file
https://lmg-anon.github.io/mikupad/mikupad.html
Creative Commons Zero v1.0 Universal
175 stars 24 forks source link

[Unexpected behaviour] Text shifting when hovering over the handle of the resizeable text area #52

Closed neCo2 closed 2 months ago

neCo2 commented 2 months ago

Like the title says. Sometimes when the text's in a bad position, and you hover over the edges of the text area, it shifts things by a line. I've attached a video to show what I'm talking about. output.webm Using Firefox 125.0.2

lmg-anon commented 2 months ago

That's because of the added borders (not very noticeable because of your theme), I'll just remove them for now since the cursor is already a good feedback that the border can be resized. https://github.com/lmg-anon/mikupad/commit/ba92241c3d246309f72ef856a8107d2490419364

lmg-anon commented 2 months ago

Hm... This broke the ability to resize using the right edge when there's a scroll bar... Looks like I will have to be creative