Don't transition all

Otherwise animates image dimensions when resizing from mobile to desktop
This commit is contained in:
Svilen Markov 2024-05-17 13:19:14 +01:00
parent d43c0749c1
commit 27b9af6067

View File

@ -881,8 +881,8 @@ body {
.thumbnail {
filter: grayscale(0.2) contrast(0.9);
transition: all 0.2s;
opacity: 0.8;
transition: filter 0.2s, opacity .2s;
}
.thumbnail-container:hover .thumbnail {