mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-22 10:51:24 +02:00
Don't transition all
Otherwise animates image dimensions when resizing from mobile to desktop
This commit is contained in:
parent
d43c0749c1
commit
27b9af6067
@ -881,8 +881,8 @@ body {
|
|||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
filter: grayscale(0.2) contrast(0.9);
|
filter: grayscale(0.2) contrast(0.9);
|
||||||
transition: all 0.2s;
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
transition: filter 0.2s, opacity .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-container:hover .thumbnail {
|
.thumbnail-container:hover .thumbnail {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user