catlab-remote-client 1.0.45 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -401,6 +401,18 @@ body,
401
401
  display: block;
402
402
  }
403
403
 
404
+ .smiley-selector .smiley {
405
+ margin: 10px;
406
+ }
407
+
408
+ .smiley-selector.drag-disabled .smiley {
409
+ opacity: 0.5;
410
+ }
411
+
412
+ .smiley-selector.drag-disabled .smiley.flinging {
413
+ opacity: 1;
414
+ }
415
+
404
416
  .smiley-selector .placeholder {
405
417
  display: block;
406
418
  width: 64px;