fix: Fix browser navigation tooltip alignment

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-08 23:42:39 +00:00
parent 5796bc56b5
commit 73a139ef9a

View File

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