fix image/video clicks in notifications
This commit is contained in:
parent
1cc897a7a3
commit
fe717e0169
|
@ -29,6 +29,8 @@
|
|||
.linkBoxParent textarea,
|
||||
.linkBoxParent button,
|
||||
.linkBoxParent input,
|
||||
.linkBoxParent iframe {
|
||||
.linkBoxParent iframe,
|
||||
.linkBoxParent video,
|
||||
.linkBoxParent img {
|
||||
pointer-events: auto !important;
|
||||
}
|
|
@ -141,7 +141,7 @@
|
|||
.text img {
|
||||
cursor: zoom-in;
|
||||
object-fit: contain;
|
||||
min-width: 50%;
|
||||
min-width: 30%;
|
||||
object-position: left top;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue