aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-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}