aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-05 11:57:38 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-07 08:58:29 +0200
commit1a8c2d74d1022cfddc4a12881a4c167ff3eedb3d (patch)
tree77e8c8a1d5c893ca566c88e92f8d7b519200e6e9 /client/src/sass/player
parent56674bb9f81775ff85115e7daa7d9be0db95c001 (diff)
downloadPeerTube-1a8c2d74d1022cfddc4a12881a4c167ff3eedb3d.tar.gz
PeerTube-1a8c2d74d1022cfddc4a12881a4c167ff3eedb3d.tar.zst
PeerTube-1a8c2d74d1022cfddc4a12881a4c167ff3eedb3d.zip
Handle start at/stop at in playlist embed
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/playlist.scss10
1 files changed, 8 insertions, 2 deletions
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;
165 @include ellipsis; 165 @include ellipsis;
166 166
167 font-size: 13px; 167 font-size: 13px;
168 margin-bottom: 5px; 168 margin-bottom: 3px;
169 } 169 }
170 170
171 .channel { 171 .channel,
172 .timestamps {
172 @include ellipsis; 173 @include ellipsis;
173 174
174 font-size: 11px; 175 font-size: 11px;
175 color: #bfbfbf; 176 color: #bfbfbf;
176 } 177 }
178
179 .timestamps {
180 font-size: 10px;
181 margin-top: 3px;
182 }
177 } 183 }
178} 184}