Skip to content

Commit

Permalink
Slightly reposition top tooltips
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 29, 2023
1 parent 02464b1 commit a9d7020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ a:hover {
}

.tooltip-tag-top .tooltip-tag-text {
transform: translateY(calc(-100% - 5px)) translateX(-30%);
transform: translateY(calc(-100% - 5px)) translateX(-40%);
}

.tooltip-tag-top .tooltip-tag-text::after {
Expand Down

0 comments on commit a9d7020

Please sign in to comment.