diff --git a/src/style/_player.scss b/src/style/_player.scss index d600ac7..0fc262c 100644 --- a/src/style/_player.scss +++ b/src/style/_player.scss @@ -109,16 +109,14 @@ video { } .time-label { - line-height: 0; - .time-input { + height: auto; font-family: auto; font-size: inherit; - color: var(--fg-color); padding: 0; cursor: text; border: none; - background-color: var(--bg-color); + vertical-align: baseline; &::-webkit-datetime-edit { display: contents; @@ -133,6 +131,11 @@ video { padding: 0; } } + + & > span { + display: inline-block; + vertical-align: bottom; + } } .playback-rate {