ishubin / schemio

Web based diagramming app that lets you build interactive diagrams and prototypes
https://schem.io
Mozilla Public License 2.0
90 stars 3 forks source link

Scheme player shows white bar on top #608

Closed almereyda closed 2 years ago

almereyda commented 2 years ago

When exporting a Scheme to HTML and hopening it through a local webserver (file:// URLs actually won't work), the player is displayed and the graph is interactive, but a white bar is shown atop.

Bildschirmfoto von 2022-08-07 17-25-58

I am not sure if this is a design decision, or accidental.

https://github.com/ishubin/schemio/blob/5affdc532a069647dae7784a1c732500e13c235e/assets/schemio-standalone.html#L10

Could this eventually be removed, in order to save some screen estate?

Bildschirmfoto von 2022-08-07 17-28-45

ishubin commented 2 years ago

Have no idea why that margin is there in a first place. Probably a leftover of some CSS experiments that went unnoticed. I haven't polished standalone player yet.

ishubin commented 2 years ago

yeah, I quickly tested it and I don't really see any legit use for this top margin. I will remove it and release an update

almereyda commented 2 years ago

Many thanks! Beautiful.