Adding links to recordings

This should add a link to all the recordings, so you can copy and share with a friend, or save somewhere.

There's better ways some of this can be done, but it works for now.

(please test this! not sure if I copied all the right files to git)
This commit is contained in:
ehpersonal38
2022-04-17 14:41:58 -04:00
parent 817d001f3e
commit b2c80f0db7
6 changed files with 78 additions and 20 deletions
+11
View File
@@ -494,3 +494,14 @@ button:hover {
display:none;
}
}
.copyimage {
position:absolute;
top: 7px;
right: 7px;
width: 25px !important;
height: 25px !important;
}
.relative {
position:relative;
}