Is there any way to mark them in the queue? Like we have yellow for duplicates. I keep accidentally approving those.
Posted under General
Is there any way to mark them in the queue? Like we have yellow for duplicates. I keep accidentally approving those.
In addition, would a tag like full_size_up help when the full pic is uploaded and parented causing the sample post get marked for deletion?
MagicalAsparagus said:
Is there any way to mark them in the queue? Like we have yellow for duplicates. I keep accidentally approving those.
Does CSS like this work?
article a img[alt~=pixiv_manga_sample]{ border:2px solid #800080 !important }
Type-kun said:
div.mod-queue-preview[data-tags~="pixiv_manga_sample"] img{border:3px dashed red;}This one works. Only for modqueue though, if you want it to work for all listings, do it like this:
.post-preview[data-tags~="pixiv_manga_sample"] img{border:3px dashed red;}
Oh, sorry, I never said thank you!