fix: Fix browser navigation tooltip alignment
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user