#sidebar {
- display:none;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
- width: 480px;
+ width: 0px;
background-color: #FFF;
}
.gallery-image img[src=''] {
background-color: red;
}
+
+#motifs-editor .toolbar {
+ height: auto;
+}
+
+#objects-editor .toolbar {
+ height: auto;
+}