mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
Added a div 'preview_tmp' as a precursor to a more efficient way of showing the doodle preview
This commit is contained in:
@ -108,6 +108,11 @@ body {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
#preview_tmp {
|
||||
/*border: 1px solid #8fc;*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
#mycanvas, #preview {
|
||||
/*border: 1px solid #08c;*/
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user