easteregg

This commit is contained in:
Mateusz Gruszczyński
2026-05-28 22:44:06 +02:00
parent 0408f7859e
commit 8c1cc23a8d
7 changed files with 42 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5487,3 +5487,10 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
flex-wrap: wrap;
gap: 0.3rem 0.75rem;
}
.loading-easter-egg img {
max-width: 92px;
max-height: 70px;
object-fit: contain;
border-radius: 10px;
filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}