aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup.service.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup.service.ts2
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 }