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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="post-tooltip-body">
|
||||
<%= @post.presenter.inline_tag_list_html(self) %>
|
||||
<%= @post.presenter.inline_tag_list_html(self, humanize_tags: false) %>
|
||||
</div>
|
||||
|
||||
<div class="post-tooltip-footer">
|
||||
|
||||
Reference in New Issue
Block a user