From 1a8c2d74d1022cfddc4a12881a4c167ff3eedb3d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Aug 2020 11:57:38 +0200 Subject: Handle start at/stop at in playlist embed --- client/src/sass/player/playlist.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'client/src/sass/player') diff --git a/client/src/sass/player/playlist.scss b/client/src/sass/player/playlist.scss index 544d45a48..d88baadeb 100644 --- a/client/src/sass/player/playlist.scss +++ b/client/src/sass/player/playlist.scss @@ -165,14 +165,20 @@ $playlist-menu-width: 350px; @include ellipsis; font-size: 13px; - margin-bottom: 5px; + margin-bottom: 3px; } - .channel { + .channel, + .timestamps { @include ellipsis; font-size: 11px; color: #bfbfbf; } + + .timestamps { + font-size: 10px; + margin-top: 3px; + } } } -- cgit v1.2.3