Open JSegundo opened 2 weeks ago
Ah this is interesting...
This is a desired screenshot. Each line should be a fixed height of 200px
Let me think about it
@JSegundo mind sharing your browser information? Eg user agent string?
@mrbirddev Sure!
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
mind explaining a bit how you use this info to debug? would have liked to fixed myself.
@mrbirddev Sure!
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
mind explaining a bit how you use this info to debug? would have liked to fixed myself.
That'd be awesome because the first thing I need to do is trying to find the same PC & Browser which is a bit hard for me.
And the 2nd step is that, I will try to eliminate factors like zooming settings, default font size, minimal font size of the browser (which works fine on mine end)
If none of them works, 3nd step is diving into code. I'm using the react-window library as described here https://github.com/bvaughn/react-window/issues/784 and the height settings code is in that issue as well.