post tooltips: reduce width/height, increase delay.

This commit is contained in:
evazion
2018-05-07 01:32:06 -05:00
parent 181a906766
commit 27ca4f7cb1
2 changed files with 10 additions and 9 deletions

View File

@@ -52,13 +52,13 @@ Danbooru.PostTooltip.QTIP_OPTIONS = {
},
show: {
solo: true,
delay: 600,
delay: 750,
effect: false,
ready: true,
event: "mouseenter",
},
hide: {
delay: 150,
delay: 250,
fixed: true,
effect: false,
event: "unfocus click mouseleave",