Add support for .gifv (closes #13) and fixes loading media IDs

This commit is contained in:
video-prize-ranch
2022-02-22 19:06:39 -05:00
parent 156452713b
commit 4572499658
7 changed files with 86 additions and 3 deletions

13
static/css/embed.css Normal file
View File

@@ -0,0 +1,13 @@
.logo {
filter: invert(180deg), hue-rotate(180deg);
}
.postLink {
display: flex;
flex-direction: row;
align-items: center;
}
.rimgoLink {
width: 100%;
}