Disable 4chan X Image Expansion on Tinyboard for now, and fix CSS so it doesn't interfere with native image expansion.
This commit is contained in:
parent
6d33fa052c
commit
7719dab474
@ -1270,7 +1270,7 @@ span.hide-announcement {
|
|||||||
.expanded-image > .post > .file > .fileThumb > img[data-md5] {
|
.expanded-image > .post > .file > .fileThumb > img[data-md5] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.full-image {
|
.full-image[data-full-i-d] {
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,6 +22,8 @@ SW.tinyboard =
|
|||||||
'Quote Previewing'
|
'Quote Previewing'
|
||||||
'Quote Backlinks'
|
'Quote Backlinks'
|
||||||
'File Info Formatting'
|
'File Info Formatting'
|
||||||
|
'Image Expansion'
|
||||||
|
'Image Expansion (Menu)'
|
||||||
'Comment Expansion'
|
'Comment Expansion'
|
||||||
'Thread Expansion'
|
'Thread Expansion'
|
||||||
'Thread Stats'
|
'Thread Stats'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user