aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/shared-video-miniature/videos-selection.component.scss9
1 files changed, 6 insertions, 3 deletions
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 @@
10 position: fixed; 10 position: fixed;
11 11
12 .action-button { 12 .action-button {
13 display: inline-block; 13 display: block;
14 margin-left: 55px;
14 } 15 }
15 16
16 .action-button-cancel-selection { 17 .action-button-cancel-selection {
17 @include peertube-button; 18 @include peertube-button;
18 @include grey-button; 19 @include grey-button;
19
20 margin-right: 10px;
21 } 20 }
22 } 21 }
23} 22}
@@ -54,4 +53,8 @@
54 margin-top: 10px; 53 margin-top: 10px;
55 } 54 }
56 } 55 }
56
57 .action-selection-mode {
58 display: none; // disable for small screens
59 }
57} 60}