feat: Add timeline support for folder media (#2197)

- Closes #2106
This commit is contained in:
Dermot Duffy
2025-10-04 15:47:39 -07:00
committed by GitHub
parent 262e5f223f
commit 78dee9194f
34 changed files with 2261 additions and 1363 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
![logo](images/icons/iris.svg ':size=48px')
<img src="images/icons/iris.svg" alt="Logo" class="spin" style="width: 48px; height: 48px;">
# Advanced Camera Card
+13
View File
@@ -38,6 +38,19 @@
#__sidebar img {
max-width: 48px;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
.app-name img,
.spin {
animation: spin 15s infinite linear;
transform-origin: center;
}
</style>
</head>
<body>