diff --git a/README.md b/README.md index 483a35e..b16d587 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ LZ-String, Copyright 2013 pieroxy under MIT license https://github.com/pieroxy/l ## Changelog +### 0.4.13 + +* Clicking on an element on the toolbar no longer spawns an element to the work area directly, but rather lets the user place it. + ### 0.4.12 * Fixed bug where pastes would get offset when canvas is panned diff --git a/css/main.css b/css/main.css index 36e57a7..f0b070f 100644 --- a/css/main.css +++ b/css/main.css @@ -382,6 +382,13 @@ textarea { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */ } +#floatCanvas { + display: none; + position: absolute; + left: 0px; + right: 0px; +} + #darkout-overlay { position: absolute; left: 0px; diff --git a/index.html b/index.html index 7c708b3..072cecf 100644 --- a/index.html +++ b/index.html @@ -186,8 +186,11 @@ +
+ + @@ -199,8 +202,8 @@ + -