diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-10 09:23:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-10 09:23:18 +0200 |
commit | 31b6ddf86652502e0c96d77fa10861ce4af11aa4 (patch) | |
tree | b94402972945699134b2a504af5d551124f0bf54 /client/src/sass | |
parent | 22834691abb6e74d31654ffd2ebeaaaa8ef3ac7b (diff) | |
download | PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.tar.gz PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.tar.zst PeerTube-31b6ddf86652502e0c96d77fa10861ce4af11aa4.zip |
Add ability to disable tracker
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index a6942001a..e63a2875c 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -21,16 +21,16 @@ | |||
21 | .vjs-dock-description { | 21 | .vjs-dock-description { |
22 | font-size: 11px; | 22 | font-size: 11px; |
23 | 23 | ||
24 | &::before, &::after { | 24 | .text::before, .text::after { |
25 | display: inline-block; | 25 | display: inline-block; |
26 | content: '\1F308'; | 26 | content: '\1F308'; |
27 | } | 27 | } |
28 | 28 | ||
29 | &::before { | 29 | .text::before { |
30 | margin-right: 4px; | 30 | margin-right: 4px; |
31 | } | 31 | } |
32 | 32 | ||
33 | &::after { | 33 | .text::after { |
34 | margin-left: 4px; | 34 | margin-left: 4px; |
35 | transform: scale(-1, 1); | 35 | transform: scale(-1, 1); |
36 | } | 36 | } |