martin-g commented on PR #1742:
URL: 
https://github.com/apache/datafusion-ballista/pull/1742#issuecomment-4602210614

   > Nit, logo is resizing when window is resizing
   
   Yes! It uses `width: 30%; max-width: 500px;` CSS rules to try to be in sync 
with the `<canvas>` generated by WASM. I can set it to a predefined/static size 
but it will look strange on small browser window/tab. 
   
   Probably we should document somewhere that Mobile view is not supported. The 
web app (as the TUI app) uses keyboard navigation. 
   
   The logo is an `<img>` element that is positioned on top of the `<canvas>`. 
Ratatui/Ratzilla do not support rendering SVG at the moment. Rendering PNG is 
supported via ratatui-image crate but the result is not visually good!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to