mirror of
https://github.com/glanceapp/glance.git
synced 2025-02-16 18:32:26 +01: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 {
|
||||
filter: grayscale(0.2) contrast(0.9);
|
||||
transition: all 0.2s;
|
||||
opacity: 0.8;
|
||||
transition: filter 0.2s, opacity .2s;
|
||||
}
|
||||
|
||||
.thumbnail-container:hover .thumbnail {
|
||||
|
Loading…
Reference in New Issue
Block a user