Browse Source

follow-up

master
R4SAS 2 years ago
parent
commit
5fc51256e3
  1. 5
      .env
  2. 6
      src/scss/partials/_mediaViewer.scss

5
.env

@ -1,5 +1,10 @@ @@ -1,5 +1,10 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.5.0
<<<<<<< HEAD
VERSION_FULL=1.5.0 (227)
BUILD=227
=======
VERSION_FULL=1.5.0 (232)
BUILD=232
>>>>>>> eeb0f44ad... follow-up

6
src/scss/partials/_mediaViewer.scss

@ -416,7 +416,8 @@ $inactive-opacity: .4; @@ -416,7 +416,8 @@ $inactive-opacity: .4;
&.hiding {
img,
video {
video,
.canvas-thumbnail {
opacity: 0;
}
}
@ -565,7 +566,8 @@ $inactive-opacity: .4; @@ -565,7 +566,8 @@ $inactive-opacity: .4;
}
&.no-forwards {
img {
img,
.canvas-thumbnail {
pointer-events: none;
}

Loading…
Cancel
Save