mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Fix hover text alignment issue
This commit is contained in:
@@ -171,6 +171,8 @@ class PreviewBar {
|
|||||||
// To prevent offset issue
|
// To prevent offset issue
|
||||||
this.categoryTooltip.style.right = titleTooltip.style.right;
|
this.categoryTooltip.style.right = titleTooltip.style.right;
|
||||||
this.chapterTooltip.style.right = titleTooltip.style.right;
|
this.chapterTooltip.style.right = titleTooltip.style.right;
|
||||||
|
this.categoryTooltip.style.textAlign = titleTooltip.style.textAlign;
|
||||||
|
this.chapterTooltip.style.textAlign = titleTooltip.style.textAlign;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user