Fix issue where the watched progress bar in ft-list-item would overflow

This commit is contained in:
Preston 2022-02-06 15:54:49 -05:00
parent 0d5f40d6c5
commit 7789703784
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $watched-transition-duration: 0.5s
.watched:hover &, .watched:hover#{&}
color: $col
transition-duration: $watched-transition-duration
.ft-list-item
padding: 6px
@ -113,6 +113,7 @@ $watched-transition-duration: 0.5s
bottom: 0px
background-color: var(--primary-color)
z-index: 2
max-width: 100%
.videoCountContainer
position: absolute