Skip to content

Commit 8d38a4f

Browse files
fix button tooltip position
1 parent 81ba74d commit 8d38a4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css

+6
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
height: 40px;
258258
line-height: 0.5;
259259
}
260+
261+
:deep(.shaka-tooltips-on button:active::after),
262+
:deep(.shaka-tooltips-on button:focus-visible::after),
263+
:deep(.shaka-tooltips-on button:hover::after) {
264+
margin-bottom: 8px;
265+
}
260266
}
261267

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

0 commit comments

Comments
 (0)