diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/+my-library | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+my-library')
8 files changed, 39 insertions, 32 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss index 667726c22..0b366716d 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss +++ b/client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss | |||
@@ -43,7 +43,7 @@ input { | |||
43 | &[type=submit] { | 43 | &[type=submit] { |
44 | @include peertube-button; | 44 | @include peertube-button; |
45 | @include orange-button; | 45 | @include orange-button; |
46 | margin-left: auto; | 46 | @include margin-left(auto); |
47 | } | 47 | } |
48 | } | 48 | } |
49 | 49 | ||
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss index 191c5169d..c236f322f 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.scss | |||
@@ -15,7 +15,7 @@ input[type=text] { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | my-edit-button { | 17 | my-edit-button { |
18 | margin-right: 10px; | 18 | @include margin-right(10px); |
19 | } | 19 | } |
20 | 20 | ||
21 | .video-channel { | 21 | .video-channel { |
@@ -25,8 +25,7 @@ my-edit-button { | |||
25 | 25 | ||
26 | my-actor-avatar { | 26 | my-actor-avatar { |
27 | @include actor-avatar-size(80px); | 27 | @include actor-avatar-size(80px); |
28 | 28 | @include margin-right(10px); | |
29 | margin-right: 10px; | ||
30 | } | 29 | } |
31 | } | 30 | } |
32 | 31 | ||
@@ -49,9 +48,10 @@ my-edit-button { | |||
49 | } | 48 | } |
50 | 49 | ||
51 | .video-channel-name { | 50 | .video-channel-name { |
51 | @include margin-left(5px); | ||
52 | |||
52 | font-size: 14px; | 53 | font-size: 14px; |
53 | color: $grey-actor-name; | 54 | color: $grey-actor-name; |
54 | margin-left: 5px; | ||
55 | } | 55 | } |
56 | 56 | ||
57 | .video-channel-buttons { | 57 | .video-channel-buttons { |
@@ -77,7 +77,7 @@ my-edit-button { | |||
77 | padding-bottom: 10px; | 77 | padding-bottom: 10px; |
78 | 78 | ||
79 | img { | 79 | img { |
80 | margin-right: 0; | 80 | @include margin-right(0); |
81 | } | 81 | } |
82 | 82 | ||
83 | .video-channel-buttons { | 83 | .video-channel-buttons { |
@@ -97,7 +97,7 @@ my-edit-button { | |||
97 | } | 97 | } |
98 | 98 | ||
99 | .video-channel-name { | 99 | .video-channel-name { |
100 | margin-left: 0 !important; | 100 | @include margin-left(0 !important); |
101 | } | 101 | } |
102 | } | 102 | } |
103 | 103 | ||
diff --git a/client/src/app/+my-library/my-history/my-history.component.scss b/client/src/app/+my-library/my-history/my-history.component.scss index 28b809f71..1451cf415 100644 --- a/client/src/app/+my-library/my-history/my-history.component.scss +++ b/client/src/app/+my-library/my-history/my-history.component.scss | |||
@@ -24,11 +24,11 @@ | |||
24 | } | 24 | } |
25 | 25 | ||
26 | .history-switch { | 26 | .history-switch { |
27 | grid-column: 3; | 27 | @include margin-left(auto); |
28 | @include margin-right(15px); | ||
28 | 29 | ||
30 | grid-column: 3; | ||
29 | display: flex; | 31 | display: flex; |
30 | margin-left: auto; | ||
31 | margin-right: 15px; | ||
32 | 32 | ||
33 | label { | 33 | label { |
34 | margin: 0 0 0 5px; | 34 | margin: 0 0 0 5px; |
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.scss b/client/src/app/+my-library/my-ownership/my-ownership.component.scss index dfc8fc99e..62763045d 100644 --- a/client/src/app/+my-library/my-ownership/my-ownership.component.scss +++ b/client/src/app/+my-library/my-ownership/my-ownership.component.scss | |||
@@ -16,10 +16,10 @@ | |||
16 | $image-height: 45px; | 16 | $image-height: 45px; |
17 | 17 | ||
18 | @include miniature-thumbnail; | 18 | @include miniature-thumbnail; |
19 | @include margin-right(0.5rem); | ||
19 | 20 | ||
20 | height: $image-height; | 21 | height: $image-height; |
21 | width: #{(16/9) * $image-height}; | 22 | width: #{(16/9) * $image-height}; |
22 | margin-right: 0.5rem; | ||
23 | border-radius: 2px; | 23 | border-radius: 2px; |
24 | border: 0; | 24 | border: 0; |
25 | background: transparent; | 25 | background: transparent; |
@@ -59,9 +59,10 @@ | |||
59 | line-height: 1rem; | 59 | line-height: 1rem; |
60 | 60 | ||
61 | div .glyphicon { | 61 | div .glyphicon { |
62 | @include margin-left(0.1rem); | ||
63 | |||
62 | font-size: 80%; | 64 | font-size: 80%; |
63 | color: #808080; | 65 | color: #808080; |
64 | margin-left: 0.1rem; | ||
65 | } | 66 | } |
66 | 67 | ||
67 | div + div { | 68 | div + div { |
diff --git a/client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss b/client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss index 6c1ddf716..d02f9ed27 100644 --- a/client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss +++ b/client/src/app/+my-library/my-subscriptions/my-subscriptions.component.scss | |||
@@ -11,7 +11,7 @@ input[type=text] { | |||
11 | > my-actor-avatar { | 11 | > my-actor-avatar { |
12 | @include actor-avatar-size(80px); | 12 | @include actor-avatar-size(80px); |
13 | 13 | ||
14 | margin-right: 10px; | 14 | @include margin-right(10px); |
15 | } | 15 | } |
16 | } | 16 | } |
17 | 17 | ||
@@ -32,9 +32,10 @@ input[type=text] { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | .video-channel-name { | 34 | .video-channel-name { |
35 | @include margin-left(5px); | ||
36 | |||
35 | font-size: 14px; | 37 | font-size: 14px; |
36 | color: $grey-actor-name; | 38 | color: $grey-actor-name; |
37 | margin-left: 5px; | ||
38 | } | 39 | } |
39 | } | 40 | } |
40 | } | 41 | } |
@@ -50,7 +51,7 @@ input[type=text] { | |||
50 | } | 51 | } |
51 | 52 | ||
52 | my-actor-avatar { | 53 | my-actor-avatar { |
53 | margin-left: 7px; | 54 | @include margin-left(7px); |
54 | display: inline-block; | 55 | display: inline-block; |
55 | vertical-align: top; | 56 | vertical-align: top; |
56 | } | 57 | } |
@@ -78,6 +79,6 @@ input[type=text] { | |||
78 | } | 79 | } |
79 | 80 | ||
80 | img { | 81 | img { |
81 | margin-right: 0; | 82 | @include margin-right(0); |
82 | } | 83 | } |
83 | } | 84 | } |
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.scss b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.scss index 67587a58a..f09500682 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.scss +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.scss | |||
@@ -8,9 +8,10 @@ | |||
8 | } | 8 | } |
9 | 9 | ||
10 | .playlist-info { | 10 | .playlist-info { |
11 | @include margin-left(calc(#{pvar(--horizontalMarginContent)} * -1)); | ||
12 | |||
11 | grid-column: 1; | 13 | grid-column: 1; |
12 | background-color: pvar(--submenuBackgroundColor); | 14 | background-color: pvar(--submenuBackgroundColor); |
13 | margin-left: calc(#{pvar(--horizontalMarginContent)} * -1); | ||
14 | margin-top: -$sub-menu-margin-bottom; | 15 | margin-top: -$sub-menu-margin-bottom; |
15 | 16 | ||
16 | padding: 15px; | 17 | padding: 15px; |
@@ -34,7 +35,7 @@ | |||
34 | @include grey-button; | 35 | @include grey-button; |
35 | @include apply-svg-color(pvar(--actionButtonColor)); | 36 | @include apply-svg-color(pvar(--actionButtonColor)); |
36 | 37 | ||
37 | margin-right: 10px; | 38 | @include margin-right(10px); |
38 | } | 39 | } |
39 | } | 40 | } |
40 | 41 | ||
@@ -91,8 +92,8 @@ my-video-playlist-miniature { | |||
91 | 92 | ||
92 | my-video-playlist-miniature, | 93 | my-video-playlist-miniature, |
93 | .playlist-buttons { | 94 | .playlist-buttons { |
94 | margin-left: auto; | 95 | @include margin-left(auto); |
95 | margin-right: auto; | 96 | @include margin-right(auto); |
96 | } | 97 | } |
97 | 98 | ||
98 | ::ng-deep my-video-playlist-element-miniature { | 99 | ::ng-deep my-video-playlist-element-miniature { |
@@ -102,7 +103,7 @@ my-video-playlist-miniature { | |||
102 | } | 103 | } |
103 | 104 | ||
104 | .position { | 105 | .position { |
105 | margin-right: 5px !important; | 106 | @include margin-right(5px !important); |
106 | } | 107 | } |
107 | } | 108 | } |
108 | } | 109 | } |
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss index 94187efd4..f84b733a6 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss | |||
@@ -18,8 +18,9 @@ input[type=text] { | |||
18 | } | 18 | } |
19 | 19 | ||
20 | .video-playlist-buttons { | 20 | .video-playlist-buttons { |
21 | @include margin-left(10px); | ||
22 | |||
21 | display: flex; | 23 | display: flex; |
22 | margin-left: 10px; | ||
23 | align-self: flex-end; | 24 | align-self: flex-end; |
24 | } | 25 | } |
25 | 26 | ||
@@ -33,7 +34,7 @@ my-video-playlist-miniature { | |||
33 | } | 34 | } |
34 | 35 | ||
35 | my-delete-button { | 36 | my-delete-button { |
36 | margin-right: 10px; | 37 | @include margin-right(10px); |
37 | } | 38 | } |
38 | 39 | ||
39 | @include on-small-main-col { | 40 | @include on-small-main-col { |
@@ -46,8 +47,9 @@ my-delete-button { | |||
46 | } | 47 | } |
47 | 48 | ||
48 | .video-playlist-buttons { | 49 | .video-playlist-buttons { |
50 | @include margin-left(auto); | ||
51 | |||
49 | margin-top: 10px; | 52 | margin-top: 10px; |
50 | margin-left: auto; | ||
51 | } | 53 | } |
52 | } | 54 | } |
53 | 55 | ||
@@ -62,6 +64,6 @@ my-delete-button { | |||
62 | } | 64 | } |
63 | 65 | ||
64 | .action-button { | 66 | .action-button { |
65 | margin-left: 0; | 67 | @include margin-left(0); |
66 | } | 68 | } |
67 | } | 69 | } |
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.scss b/client/src/app/+my-library/my-videos/my-videos.component.scss index 57623c36f..57d27aa8e 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.scss +++ b/client/src/app/+my-library/my-videos/my-videos.component.scss | |||
@@ -7,7 +7,7 @@ input[type=text] { | |||
7 | 7 | ||
8 | .peertube-select-container { | 8 | .peertube-select-container { |
9 | @include peertube-select-container(auto); | 9 | @include peertube-select-container(auto); |
10 | margin-left: 0.5rem; | 10 | @include margin-left(0.5rem); |
11 | } | 11 | } |
12 | 12 | ||
13 | h1 { | 13 | h1 { |
@@ -20,7 +20,7 @@ h1 { | |||
20 | @include button-with-icon(18px, 3px, -1px); | 20 | @include button-with-icon(18px, 3px, -1px); |
21 | 21 | ||
22 | &:not(:last-child) { | 22 | &:not(:last-child) { |
23 | margin-right: 10px; | 23 | @include margin-right(10px); |
24 | } | 24 | } |
25 | } | 25 | } |
26 | } | 26 | } |
@@ -38,13 +38,14 @@ h1 { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | .action-button { | 40 | .action-button { |
41 | @include margin-left(10px); | ||
42 | |||
41 | display: flex; | 43 | display: flex; |
42 | margin-left: 10px; | ||
43 | align-self: flex-end; | 44 | align-self: flex-end; |
44 | } | 45 | } |
45 | 46 | ||
46 | my-edit-button { | 47 | my-edit-button { |
47 | margin-right: 10px; | 48 | @include margin-right(10px); |
48 | } | 49 | } |
49 | 50 | ||
50 | @include on-small-main-col { | 51 | @include on-small-main-col { |
@@ -58,8 +59,9 @@ my-edit-button { | |||
58 | } | 59 | } |
59 | 60 | ||
60 | .action-button { | 61 | .action-button { |
62 | @include margin-left(auto); | ||
63 | |||
61 | margin-top: 10px; | 64 | margin-top: 10px; |
62 | margin-left: auto; | ||
63 | } | 65 | } |
64 | } | 66 | } |
65 | 67 | ||
@@ -72,11 +74,11 @@ my-edit-button { | |||
72 | margin-bottom: 12px; | 74 | margin-bottom: 12px; |
73 | } | 75 | } |
74 | .peertube-select-container { | 76 | .peertube-select-container { |
75 | margin-left: 0; | 77 | @include margin-left(0); |
76 | } | 78 | } |
77 | } | 79 | } |
78 | 80 | ||
79 | .action-button { | 81 | .action-button { |
80 | margin-left: 0; | 82 | @include margin-left(0); |
81 | } | 83 | } |
82 | } | 84 | } |