Datei Upload und Download fix

Dieser Commit ist enthalten in:
hendrik_gebhardt@gmx.de
2026-01-10 20:54:24 +00:00
committet von Server Deploy
Ursprung 5b1f8b1cfe
Commit 671aaadc26
7 geänderte Dateien mit 186 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -278,6 +278,22 @@
margin-top: -2px;
}
.knowledge-entry-item.highlight {
animation: highlightPulse 2s ease-in-out;
}
@keyframes highlightPulse {
0%, 100% {
background-color: transparent;
}
25%, 75% {
background-color: var(--primary-100, rgba(59, 130, 246, 0.1));
}
50% {
background-color: var(--primary-200, rgba(59, 130, 246, 0.2));
}
}
/* Header (immer sichtbar) */
.knowledge-entry-header {
display: flex;