mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Lightbox: Show zoom-in cursor only if content is zoomable #1307
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
971f39d4ae
commit
834c16bc76
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@
|
|||
|
||||
.pswp__img {
|
||||
-webkit-touch-callout: default;
|
||||
}
|
||||
|
||||
.is-zoomable .pswp__img {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue