improve the copy command experience

This commit is contained in:
Eva Ho
2023-07-17 13:17:52 -04:00
parent 59fa93cdd4
commit 508ffbbb15
2 changed files with 82 additions and 69 deletions

View File

@@ -11,6 +11,10 @@ body {
-webkit-app-region: drag;
}
.no-drag {
-webkit-app-region: no-drag;
}
.blink {
-webkit-animation: 1s blink step-end infinite;
-moz-animation: 1s blink step-end infinite;