From 5d6395af72e01ba7c4393b485b7089bcb33e0155 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 Jun 2021 10:59:20 +0200 Subject: Add max rows to videos list --- .../custom-markup-container.component.scss | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss') diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss index 862da7c18..704d908c3 100644 --- a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss +++ b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss @@ -1,20 +1,24 @@ .custom-markup-container { ::ng-deep .peertube-container { - margin: 30px 0 15px; - h4 { - margin-bottom: 0; - } - - .layout-row { + &.layout-row { display: flex; flex-direction: row; + flex-wrap: wrap; } - .layout-column { + &.layout-column { display: flex; flex-direction: column; } + + .header { + margin: 30px 0 15px; + } + + h4 { + margin-bottom: 0; + } } } -- cgit v1.2.3