From 7789703784f8f65b98188948ac7b395637e40d58 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 6 Feb 2022 15:54:49 -0500 Subject: [PATCH] Fix issue where the watched progress bar in ft-list-item would overflow --- src/renderer/sass-partials/_ft-list-item.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/sass-partials/_ft-list-item.sass b/src/renderer/sass-partials/_ft-list-item.sass index 94bee7741..ab30ca36c 100644 --- a/src/renderer/sass-partials/_ft-list-item.sass +++ b/src/renderer/sass-partials/_ft-list-item.sass @@ -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