diff options
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss | 8 | ||||
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.scss | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss index c6ef15ba5..1e82ac765 100644 --- a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss +++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss | |||
@@ -8,7 +8,7 @@ | |||
8 | justify-content: center; | 8 | justify-content: center; |
9 | 9 | ||
10 | .playlist-wrapper { | 10 | .playlist-wrapper { |
11 | margin-right: 15px; | 11 | @include margin-right(15px); |
12 | padding-bottom: 15px; | 12 | padding-bottom: 15px; |
13 | } | 13 | } |
14 | } | 14 | } |
@@ -24,9 +24,9 @@ | |||
24 | } | 24 | } |
25 | 25 | ||
26 | .playlists { | 26 | .playlists { |
27 | justify-content: left; | 27 | @include margin-left(pvar(--horizontalMarginContent) !important); |
28 | @include margin-right(pvar(--horizontalMarginContent) !important); | ||
28 | 29 | ||
29 | margin-left: pvar(--horizontalMarginContent) !important; | 30 | justify-content: left; |
30 | margin-right: pvar(--horizontalMarginContent) !important; | ||
31 | } | 31 | } |
32 | } | 32 | } |
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index 470f64878..3e66ac147 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss | |||
@@ -71,12 +71,12 @@ | |||
71 | flex-wrap: wrap; | 71 | flex-wrap: wrap; |
72 | 72 | ||
73 | > *:not(:last-child) { | 73 | > *:not(:last-child) { |
74 | margin-right: 15px; | 74 | @include margin-right(15px); |
75 | } | 75 | } |
76 | } | 76 | } |
77 | 77 | ||
78 | .channel-buttons.right { | 78 | .channel-buttons.right { |
79 | margin-left: 45px; | 79 | @include margin-left(45px); |
80 | } | 80 | } |
81 | 81 | ||
82 | // Only used by mobile | 82 | // Only used by mobile |
@@ -85,7 +85,7 @@ | |||
85 | } | 85 | } |
86 | 86 | ||
87 | .owner-card { | 87 | .owner-card { |
88 | margin-left: 105px; | 88 | @include margin-left(105px); |
89 | grid-column: 2; | 89 | grid-column: 2; |
90 | // Takes all the column | 90 | // Takes all the column |
91 | grid-row: 1 / 3; | 91 | grid-row: 1 / 3; |
@@ -112,7 +112,7 @@ | |||
112 | } | 112 | } |
113 | 113 | ||
114 | .actor-info { | 114 | .actor-info { |
115 | margin-left: 15px; | 115 | @include margin-left(15px); |
116 | } | 116 | } |
117 | 117 | ||
118 | h4 { | 118 | h4 { |
@@ -160,8 +160,9 @@ | |||
160 | } | 160 | } |
161 | 161 | ||
162 | .owner-card { | 162 | .owner-card { |
163 | @include margin-left(60px); | ||
164 | |||
163 | grid-row: 2; | 165 | grid-row: 2; |
164 | margin-left: 60px; | ||
165 | } | 166 | } |
166 | } | 167 | } |
167 | 168 | ||
@@ -215,8 +216,9 @@ | |||
215 | padding: 0; | 216 | padding: 0; |
216 | 217 | ||
217 | .avatar-row { | 218 | .avatar-row { |
219 | @include margin-right(30px); | ||
220 | |||
218 | grid-column: 1; | 221 | grid-column: 1; |
219 | margin-right: 30px; | ||
220 | } | 222 | } |
221 | 223 | ||
222 | .owner-description { | 224 | .owner-description { |
@@ -233,7 +235,7 @@ | |||
233 | 235 | ||
234 | .view-account.complete { | 236 | .view-account.complete { |
235 | display: block; | 237 | display: block; |
236 | text-align: right; | 238 | text-align: end; |
237 | margin-top: 10px; | 239 | margin-top: 10px; |
238 | color: pvar(--mainColor); | 240 | color: pvar(--mainColor); |
239 | } | 241 | } |