]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
Support short uuid for GET video/playlist
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / custom-markup-container.component.scss
index 044db953694bc1c3fe575c1e66edebce56ea6343..704d908c30d6a244221d8c3b176cf59fe010faca 100644 (file)
@@ -1,7 +1,21 @@
 .custom-markup-container {
 
   ::ng-deep .peertube-container {
-    margin: 30px 0 15px;
+
+    &.layout-row {
+      display: flex;
+      flex-direction: row;
+      flex-wrap: wrap;
+    }
+
+    &.layout-column {
+      display: flex;
+      flex-direction: column;
+    }
+
+    .header {
+      margin: 30px 0 15px;
+    }
 
     h4 {
       margin-bottom: 0;