Merge branch '3dpreview' into master

This commit is contained in:
evolvedexperiment 2019-10-17 17:40:48 +02:00 committed by GitHub
commit 9de636c722
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 51154 additions and 2 deletions

View file

@ -2011,6 +2011,15 @@ svg.button {
stroke-width: 1.4;
}
#_3dpreview {
}
#_3dpreviewEditor {
overflow-y: initial;
overflow-x: initial;
padding: 0px;
}
#legend {
cursor: move;
-moz-user-select: none;
@ -2062,4 +2071,4 @@ svg.button {
.drag-trigger {
display: none;
}
}
}