Skip to content

Commit a27434b

Browse files
loicrauxLoïc Raux
and
Loïc Raux
authoredApr 7, 2025··
fix(UI): Improve layout of current time container above hovered seek bar (#8412)
Fixes #8411 Co-authored-by: Loïc Raux <loicraux@gmail.com>
1 parent e0770ff commit a27434b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎ui/less/thumbnails.less

+4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@
3838
}
3939

4040
#shaka-player-ui-time-container {
41+
align-items: center;
4142
background-color: white;
4243
border: 1px solid black;
4344
border-radius: 10px;
4445
box-shadow: 0 8px 8px 0 rgb(0, 0, 0, 50%);
4546
color: black;
47+
display: flex;
48+
font-size: 14px;
49+
justify-content: center;
4650
overflow: hidden;
4751
padding: 1px 7px;
4852
position: absolute;

0 commit comments

Comments
 (0)
Please sign in to comment.