post tooltips: increase delay, constraint height, condense tags (#3666).
* Increase hover delay to 450ms. * Set max height and add scrollbars for long tag lists. * Condense tag list (don't put categories on separate lines).
This commit is contained in:
@@ -28,7 +28,7 @@ Danbooru.PostTooltip.QTIP_OPTIONS = {
|
||||
},
|
||||
show: {
|
||||
solo: true,
|
||||
delay: 300,
|
||||
delay: 450,
|
||||
effect: false,
|
||||
ready: true,
|
||||
event: "mouseenter",
|
||||
|
||||
Reference in New Issue
Block a user