From f0a3988066f72a28bb44520af072f18d91d77dde Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Mar 2019 17:06:00 +0100 Subject: Add to playlist dropdown --- client/src/app/videos/+video-watch/video-watch.component.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 33d77e62c..ff321fdbc 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -176,7 +176,7 @@ $other-videos-width: 260px; display: flex; align-items: center; - .action-button:not(:first-child), .action-more { + .action-button:not(:first-child), .action-dropdown { margin-left: 10px; } @@ -212,12 +212,19 @@ $other-videos-width: 260px; } } + &.action-button-save { + my-global-icon { + top: 0 !important; + right: -1px; + } + } + .icon-text { margin-left: 3px; } } - .action-more { + .action-dropdown { display: inline-block; .dropdown-menu .dropdown-item { -- cgit v1.2.3