post tooltips: increase delay 33%, remove gaps between tags.

This commit is contained in:
evazion
2018-04-29 12:09:09 -05:00
parent 47677aedf0
commit 21431892e8
3 changed files with 6 additions and 2 deletions

View File

@@ -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",

View File

@@ -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;
}
} }
} }

View File

@@ -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">