diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-21 11:24:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-21 14:04:44 +0100 |
commit | 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 (patch) | |
tree | 5c85056f29bc563a6ea29ced4736d4d5cd9851fd /client/src/app/shared | |
parent | 1e17071bacc8a78c9145ba602113b1b52dd8fe7b (diff) | |
download | PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.gz PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.zst PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.zip |
Update E2E tests
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video/video-thumbnail.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index e57baba5c..b9fd9182f 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss | |||
@@ -54,8 +54,8 @@ $play-overlay-width: 18px; | |||
54 | 54 | ||
55 | transition: all $play-overlay-transition; | 55 | transition: all $play-overlay-transition; |
56 | 56 | ||
57 | border-top: calc(#{$play-overlay-height} / 2) solid transparent; | 57 | border-top: ($play-overlay-height / 2) solid transparent; |
58 | border-bottom: calc(#{$play-overlay-height} / 2) solid transparent; | 58 | border-bottom: ($play-overlay-height / 2) solid transparent; |
59 | 59 | ||
60 | border-left: $play-overlay-width solid rgba(255, 255, 255, 0.95); | 60 | border-left: $play-overlay-width solid rgba(255, 255, 255, 0.95); |
61 | 61 | ||