aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal/video-share.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-08 11:14:33 +0100
committerChocobozzz <me@florianbigard.com>2022-02-09 11:54:18 +0100
commit612dd3c3f5745bac2e5ca914e36284ed61c7b84f (patch)
tree3276e2cf4d627ba6054db5231a915f8e1cd850a1 /client/src/app/shared/shared-share-modal/video-share.component.scss
parent0e00f894c6a40c986ab3672a044a87112746a3de (diff)
downloadPeerTube-612dd3c3f5745bac2e5ca914e36284ed61c7b84f.tar.gz
PeerTube-612dd3c3f5745bac2e5ca914e36284ed61c7b84f.tar.zst
PeerTube-612dd3c3f5745bac2e5ca914e36284ed61c7b84f.zip
Fix embed margin in share modal
Diffstat (limited to 'client/src/app/shared/shared-share-modal/video-share.component.scss')
-rw-r--r--client/src/app/shared/shared-share-modal/video-share.component.scss3
1 files changed, 2 insertions, 1 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 ac3b841da..44ebb13f4 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
@@ -29,7 +29,8 @@ my-input-toggle-hidden {
29 flex-direction: column; 29 flex-direction: column;
30} 30}
31 31
32.alert { 32.alert,
33.embed {
33 margin-top: 20px; 34 margin-top: 20px;
34} 35}
35 36