From cd801c69072327eddab0eb0e9a7c1f97cbd6601d Mon Sep 17 00:00:00 2001 From: kimsible Date: Mon, 20 Jul 2020 14:45:43 +0200 Subject: Correct action button selection mode styles --- .../shared-video-miniature/videos-selection.component.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.scss b/client/src/app/shared/shared-video-miniature/videos-selection.component.scss index d3cbabf23..c33e11889 100644 --- a/client/src/app/shared/shared-video-miniature/videos-selection.component.scss +++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.scss @@ -10,14 +10,13 @@ position: fixed; .action-button { - display: inline-block; + display: block; + margin-left: 55px; } .action-button-cancel-selection { @include peertube-button; @include grey-button; - - margin-right: 10px; } } } @@ -54,4 +53,8 @@ margin-top: 10px; } } + + .action-selection-mode { + display: none; // disable for small screens + } } -- cgit v1.2.3