diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-custom-markup/custom-markup.service.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts index 63f2f76f5..ab640d348 100644 --- a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts +++ b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts | |||
@@ -217,6 +217,8 @@ export class CustomMarkupService { | |||
217 | 217 | ||
218 | root.classList.add('peertube-container', layoutClass) | 218 | root.classList.add('peertube-container', layoutClass) |
219 | 219 | ||
220 | root.style.justifyContent = data.justifyContent || 'space-between' | ||
221 | |||
220 | if (data.width) { | 222 | if (data.width) { |
221 | root.setAttribute('width', data.width) | 223 | root.setAttribute('width', data.width) |
222 | } | 224 | } |