First commit

This commit is contained in:
Pablo Ferreiro 2022-01-01 20:14:57 +01:00
commit fa632b1f2d
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
14 changed files with 2946 additions and 0 deletions

14
styles/user.css Normal file
View file

@ -0,0 +1,14 @@
/*
.modal-card-body {
background-color: transparent;
}
*/
#video {
height: 100%;
overflow: hidden;
}
.clickable-img {
cursor: pointer;
}