diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/shared/shared-share-modal | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/shared/shared-share-modal')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss index a18e3f5fc..7e4dafc91 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.scss +++ b/client/src/app/shared/shared-share-modal/video-share.component.scss | |||
@@ -50,7 +50,7 @@ my-input-toggle-hidden { | |||
50 | cursor: pointer; | 50 | cursor: pointer; |
51 | 51 | ||
52 | .glyphicon { | 52 | .glyphicon { |
53 | margin-right: 5px; | 53 | @include margin-right(5px); |
54 | } | 54 | } |
55 | } | 55 | } |
56 | 56 | ||
@@ -66,7 +66,7 @@ my-input-toggle-hidden { | |||
66 | align-items: center; | 66 | align-items: center; |
67 | 67 | ||
68 | .peertube-select-container { | 68 | .peertube-select-container { |
69 | margin-left: 10px; | 69 | @include margin-left(10px); |
70 | } | 70 | } |
71 | } | 71 | } |
72 | 72 | ||
@@ -77,7 +77,7 @@ my-input-toggle-hidden { | |||
77 | align-items: center; | 77 | align-items: center; |
78 | 78 | ||
79 | my-timestamp-input { | 79 | my-timestamp-input { |
80 | margin-left: 10px; | 80 | @include margin-left(10px); |
81 | } | 81 | } |
82 | } | 82 | } |
83 | } | 83 | } |