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 + } }