fix image/video clicks in notifications

This commit is contained in:
k00b 2024-09-04 13:36:56 -05:00
parent 1cc897a7a3
commit fe717e0169
2 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,8 @@
.linkBoxParent textarea,
.linkBoxParent button,
.linkBoxParent input,
.linkBoxParent iframe {
.linkBoxParent iframe,
.linkBoxParent video,
.linkBoxParent img {
pointer-events: auto !important;
}

View File

@ -141,7 +141,7 @@
.text img {
cursor: zoom-in;
object-fit: contain;
min-width: 50%;
min-width: 30%;
object-position: left top;
}