Release v1.5.85

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 00:31:13 +01:00
co-authored by Claude Opus 4.6
parent 5574b50d20
commit 15d0969cd9
4 changed files with 109 additions and 47 deletions
-5
View File
@@ -1335,11 +1335,6 @@ td {
.link-status-dot.checking {
background: #f59e0b;
box-shadow: 0 0 4px #f59e0b80;
animation: pulse-dot 1s ease-in-out infinite;
}
@keyframes pulse-dot {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
.item-remove {