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