Make visualizer draggable

This commit is contained in:
Misode
2020-08-07 01:59:30 +02:00
parent 88d6014dfa
commit 66478b4fbe
3 changed files with 40 additions and 5 deletions

View File

@@ -244,6 +244,7 @@ body {
/* bottom: 0; */
background-color: var(--nav-faded);
display: block;
cursor: grab;
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;