You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, loving the project. One thing that helps make the presentation more aesthetic (in addition to the frameless aspect) is rounded corners. Needless to say, OSX already does this automatically, but for Windows users, it would help a lot.
I don't use JS in my workflow very often, but it seems that setting the transparent flag to true in the browser initialization and appending some sort of border-radius styling onto the body of the page should do the trick.
If you want, I can make the PR, though I haven't written JS in a few years so it might take longer than it should (feel free to do it yourself if you know the details).
There's a good chance I could be doing something wrong too, regardless, here's where I got the idea.
The text was updated successfully, but these errors were encountered:
Hi, loving the project. One thing that helps make the presentation more aesthetic (in addition to the frameless aspect) is rounded corners. Needless to say, OSX already does this automatically, but for Windows users, it would help a lot.
I don't use JS in my workflow very often, but it seems that setting the
transparent
flag totrue
in the browser initialization and appending some sort ofborder-radius
styling onto the body of the page should do the trick.If you want, I can make the PR, though I haven't written JS in a few years so it might take longer than it should (feel free to do it yourself if you know the details).
There's a good chance I could be doing something wrong too, regardless, here's where I got the idea.
The text was updated successfully, but these errors were encountered: