Skip to content

Add explicit height to login SVG for rendering in Safari

jsteinmann requested to merge fix-login-svg into master

Closes #315 (closed). (It's hard for me to test this with Safari, so it would be great if @ghassan or someone else could try this and report back if the SVG is now visible.)

Positive side effect: The login blob is now more appropriately sized on a tablet-size screen. Before:
Screen_Shot_2023-12-31_at_08.22.28
After:
Screen_Shot_2023-12-31_at_08.22.37

Merge request reports