From de702865f47f647fafb34ca05dde3ea780a4ecb1 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 6 Mar 2020 15:05:19 +0100 Subject: Share modal light UI simplification --- .../+video-watch/modal/video-share.component.html | 44 ++++++++++------------ .../+video-watch/modal/video-share.component.scss | 4 +- 2 files changed, 21 insertions(+), 27 deletions(-) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.html b/client/src/app/videos/+video-watch/modal/video-share.component.html index 593dd8529..dd2dd34ab 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.html +++ b/client/src/app/videos/+video-watch/modal/video-share.component.html @@ -92,26 +92,6 @@ -
- - - - - - More customization - - - - - - - - Less customization - - -
-
@@ -174,12 +154,28 @@
+ +
+ + + + + + More customization + + + + + + + + Less customization + + +
- - diff --git a/client/src/app/videos/+video-watch/modal/video-share.component.scss b/client/src/app/videos/+video-watch/modal/video-share.component.scss index 8b5952da6..a5766d983 100644 --- a/client/src/app/videos/+video-watch/modal/video-share.component.scss +++ b/client/src/app/videos/+video-watch/modal/video-share.component.scss @@ -39,14 +39,12 @@ my-input-readonly-copy { .filters { margin-top: 30px; - padding-top: 30px; - border-top: 1px solid $separator-border-color; .advanced-filters-button { display: flex; justify-content: center; align-items: center; - margin-top: 30px; + margin-top: 20px; font-size: 16px; font-weight: $font-semibold; cursor: pointer; -- cgit v1.2.3