diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-04 08:45:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-04 08:45:06 +0100 |
commit | 90370f7cc85ee4b45eb0d1bafed2d9d68610df9f (patch) | |
tree | b718f7d15539e8d0f3a424ea181eee62d8eef7ce /client/src/sass | |
parent | 6385fe58036fc45c94d04a0279a64e275816e5bf (diff) | |
download | PeerTube-90370f7cc85ee4b45eb0d1bafed2d9d68610df9f.tar.gz PeerTube-90370f7cc85ee4b45eb0d1bafed2d9d68610df9f.tar.zst PeerTube-90370f7cc85ee4b45eb0d1bafed2d9d68610df9f.zip |
Improve embed dock style
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/dock.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/player/dock.scss b/client/src/sass/player/dock.scss index 79600ac93..4fa1ebd54 100644 --- a/client/src/sass/player/dock.scss +++ b/client/src/sass/player/dock.scss | |||
@@ -8,12 +8,16 @@ | |||
8 | @include padding-right(60px); | 8 | @include padding-right(60px); |
9 | 9 | ||
10 | padding: $dock-padding; | 10 | padding: $dock-padding; |
11 | background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); | 11 | background: linear-gradient(to bottom, rgba(20, 20, 20, .7) 0, rgba(20, 20, 20, 0)); |
12 | } | ||
13 | |||
14 | .vjs-dock-title { | ||
15 | font-weight: $font-semibold; | ||
12 | } | 16 | } |
13 | 17 | ||
14 | .vjs-dock-title, | 18 | .vjs-dock-title, |
15 | .vjs-dock-description { | 19 | .vjs-dock-description { |
16 | text-shadow: 0 0 2px rgba(0, 0, 0, .5); | 20 | text-shadow: 0 1px 3px rgba(0, 0, 0, .5); |
17 | } | 21 | } |
18 | 22 | ||
19 | .vjs-dock-description { | 23 | .vjs-dock-description { |