From 6f524302c2c9be7b536989262bd55644e0b3e5c7 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 7 Apr 2020 16:45:43 +0800 Subject: [PATCH] zoom-out --- source/css/_third-party/fancybox.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/_third-party/fancybox.styl b/source/css/_third-party/fancybox.styl index eb52e1f..1834399 100644 --- a/source/css/_third-party/fancybox.styl +++ b/source/css/_third-party/fancybox.styl @@ -49,3 +49,7 @@ div.fancybox align-items: stretch img transform: scale(1.5) + +.fancybox-container + .fancybox-stage + cursor: zoom-out