diff --git a/src/components/player/progress-bar/Progress.vue b/src/components/player/progress-bar/Progress.vue index 1616742d4..12fccef50 100644 --- a/src/components/player/progress-bar/Progress.vue +++ b/src/components/player/progress-bar/Progress.vue @@ -17,8 +17,8 @@ @input="onInput" > - - + + diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index 927a87c02..6dc89ddc8 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -64,5 +64,5 @@ $thumb-width-mobile: 44px; // Transcripts $transcripts-header-height: 50px; -$transcripts-header-element-height: 24px; +$transcripts-header-element-height: 25px; $transcripts-search-navigation-width: 120px;