fix: Adjust default tooltip horizontal position

This commit is contained in:
2025-12-08 23:42:36 +00:00
committed by Tanner Collin (aider)
parent 7c1910c919
commit 5796bc56b5

View File

@@ -380,9 +380,9 @@ button.comment {
line-height: 1.3;
}
.backwardDot .tooltiptext {
left: 0;
margin-left: 0;
.tooltiptext {
right: 40px;
margin-right: 0;
}
.tooltip.show-tooltip .tooltiptext {