Fix issue where the watched progress bar in ft-list-item would overflow
This commit is contained in:
parent
0d5f40d6c5
commit
7789703784
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue