Skip to content

Commit

Permalink
Enlarge tooltip arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 4, 2023
1 parent 1b73592 commit d90b3b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fontra/client/css/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
left: 50%;
width: 0;
height: 0;
bottom: calc(100% + 1px);
margin-left: -4px;
bottom: calc(100%);
margin-left: -2px;
border: 1px solid black;
border-color: #272727 transparent transparent transparent;
border-width: 6px 6px 0;
border-width: 7px 7px 0;
z-index: 1;
opacity: 0;
animation-name: disappear;
Expand Down

0 comments on commit d90b3b4

Please sign in to comment.