aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-15 14:12:37 +0100
committerChocobozzz <me@florianbigard.com>2022-03-15 14:12:37 +0100
commitb788e69131dccc1be147244e5b4d9e64deb2dc76 (patch)
tree3f09cb25b38f159b2ef24a574261c81140845acd /client/src/app/+videos/+video-watch/shared
parent74220dba9db6a1dc5c0b504b0230de26ef9c9dd5 (diff)
downloadPeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.tar.gz
PeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.tar.zst
PeerTube-b788e69131dccc1be147244e5b4d9e64deb2dc76.zip
Some fixes for themes
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared')
-rw-r--r--client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss
index fc67ac65a..5c3453e4b 100644
--- a/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.scss
@@ -14,7 +14,7 @@
14 14
15 .playlist-info { 15 .playlist-info {
16 padding: 5px 30px; 16 padding: 5px 30px;
17 background-color: #e4e4e4; 17 background-color: pvar(--greyBackgroundColor);
18 18
19 .playlist-display-name { 19 .playlist-display-name {
20 font-size: 18px; 20 font-size: 18px;