post tooltips: increase delay 33%, remove gaps between tags.
This commit is contained in:
@@ -44,7 +44,7 @@ Danbooru.PostTooltip.QTIP_OPTIONS = {
|
||||
},
|
||||
show: {
|
||||
solo: true,
|
||||
delay: 450,
|
||||
delay: 600,
|
||||
effect: false,
|
||||
ready: true,
|
||||
event: "mouseenter",
|
||||
|
||||
@@ -61,6 +61,10 @@ $tooltip-height: 160px;
|
||||
@include thin-scrollbar;
|
||||
max-height: $tooltip-height;
|
||||
overflow-y: auto;
|
||||
|
||||
li {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user