Add gif -> video support

This commit is contained in:
2025-12-09 15:59:05 +01:00
parent d40b77c98f
commit 750cb227ff
8 changed files with 544 additions and 20 deletions

View File

@@ -172,6 +172,14 @@ body {
border-color: rgba(148, 163, 184, 0.2);
}
.badge-row {
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: center;
margin-top: 6px;
}
.feature-list {
list-style: none;
padding: 0;