From 2acce7625fee0d17f29dc7d77c6d97e0f1c2c14d Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 24 Jan 2020 10:35:54 +0100 Subject: [PATCH] Add margin bottom to images and videos in the feed --- src/app/components/feed/postlist/postlist.component.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/components/feed/postlist/postlist.component.sass b/src/app/components/feed/postlist/postlist.component.sass index d27fcd9..3f2c0a4 100644 --- a/src/app/components/feed/postlist/postlist.component.sass +++ b/src/app/components/feed/postlist/postlist.component.sass @@ -60,16 +60,19 @@ $mat-card-header-size: 40px !default display: block margin-left: auto margin-right: auto + margin-bottom: 0.5em ::ng-deep video width: 100% max-height: 40vh outline: none user-select: none + margin-bottom: 0.5em ::ng-deep audio width: 100% max-height: 40vh outline: none user-select: none + margin-bottom: 0.5em .mat-button min-width: 32px !important