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;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltiptext {
|
.backwardDot .tooltiptext {
|
||||||
right: 40px;
|
left: 0;
|
||||||
margin-right: 0;
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forwardDot .tooltiptext {
|
||||||
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.show-tooltip .tooltiptext {
|
.tooltip.show-tooltip .tooltiptext {
|
||||||
|
|||||||
Reference in New Issue
Block a user