Icons, themes, removed instance proxy and more

This commit is contained in:
Pablo Ferreiro 2022-03-29 19:30:31 +02:00
parent 9a35c61023
commit 44ee065ec6
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
52 changed files with 476 additions and 511 deletions

23
styles/themes/card.css Normal file
View file

@ -0,0 +1,23 @@
#video {
height: 100%;
overflow: hidden;
}
figure {
position: relative;
display: inline-block;
}
.hidden {
display: none;
}
.clickable-img {
cursor: pointer;
}
.clickable-img img {
width: 100%;
height: 100%;
pointer-events: none;
}