fix vote buttons.

This commit is contained in:
evazion
2021-03-31 23:15:38 -05:00
parent fff68e1d16
commit a0b6047d00
6 changed files with 43 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import 'tippy.js/dist/tippy.css';
let PostTooltip = {};
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img, .dtext-post-id-link";
PostTooltip.POST_SELECTOR = "*:not(.ui-sortable-handle) > .post-preview img:not(.prov), .dtext-post-id-link";
PostTooltip.SHOW_DELAY = 500;
PostTooltip.HIDE_DELAY = 125;
PostTooltip.DURATION = 250;