Skip to content

Commit f4a7bfe

Browse files
fix button tooltip position
1 parent 4c65027 commit f4a7bfe

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
@@ -261,6 +261,12 @@
261261
height: 40px;
262262
line-height: 0.5;
263263
}
264+
265+
:deep(.shaka-tooltips-on button:active::after),
266+
:deep(.shaka-tooltips-on button:focus-visible::after),
267+
:deep(.shaka-tooltips-on button:hover::after) {
268+
margin-bottom: 8px;
269+
}
264270
}
265271

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

0 commit comments

Comments
 (0)