1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Custom markup container default to space between

This commit is contained in:
Chocobozzz 2021-08-26 13:44:54 +02:00
parent 8e72210829
commit 0dce48c1e2
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 0 deletions

View file

@ -53,4 +53,6 @@ export type ContainerMarkupData = {
title?: string
description?: string
layout?: 'row' | 'column'
justifyContent?: 'space-between' | 'normal' // default to 'space-between'
}