shift thumbnail animation away from edge
This commit is contained in:
parent
1a6154752a
commit
7fed6f9c29
|
@ -730,6 +730,7 @@ background-color:#485460;
|
|||
}
|
||||
|
||||
.zoom:hover {
|
||||
transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
|
||||
transform-origin: 70% 50%;
|
||||
transform: scale(5); /* (arbitray zoom value - Note if the zoom is too large, it will go outside of the viewport) */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue