Skip to content

Commit

Permalink
fix button tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Nov 25, 2024
1 parent 81ba74d commit 8d38a4f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@
height: 40px;
line-height: 0.5;
}

:deep(.shaka-tooltips-on button:active::after),
:deep(.shaka-tooltips-on button:focus-visible::after),
:deep(.shaka-tooltips-on button:hover::after) {
margin-bottom: 8px;
}
}

@media only screen and (width <=1350px) {
Expand Down

0 comments on commit 8d38a4f

Please sign in to comment.