follow-up

This commit is contained in:
R4SAS 2022-09-20 22:20:42 +00:00
parent b43c0cc682
commit 5fc51256e3
2 changed files with 9 additions and 2 deletions
.env
src/scss/partials

5
.env
View File

@ -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

View File

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