Skip to content

Commit

Permalink
added style to put the svg editor on the full-screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kdidenko committed May 28, 2020
1 parent e453f17 commit a9f1615
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions svgedit/styles/editor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main, iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

1 comment on commit a9f1615

@kdidenko
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☑ #TODO:

Please sign in to comment.