Don't centre active plugin tooltips.

As they may be hidden by the sidebar in long translations.
This commit is contained in:
Oliver Hamlet
2015-01-08 16:26:33 +00:00
parent 8634684507
commit 4f71ae80be
+4 -3
View File
@@ -69,8 +69,9 @@ html /deep/ core-tooltip:hover:not([disabled])::shadow .core-tooltip {
max-height: none !important;
}
/* Don't center the "Jump to General Information" tooltip, as it gets cut off
by the sidebar. */
#drawerToggle + core-tooltip::shadow #tooltip {
/* Don't center the "Jump to General Information" or active plugin tooltips, as
they can get cut off by the sidebar. */
#drawerToggle + core-tooltip::shadow #tooltip,
loot-plugin-card /deep/ #activeTick::shadow #tooltip {
left: inherit !important;
}