Merge branch 'fix/gallery-and-attachment-spacing' into 'develop'

Unify spacing between gallery/link preview/attachment components

See merge request pleroma/pleroma-fe!638
This commit is contained in:
Shpuld Shpludson 2019-03-05 14:40:20 +00:00
commit 216073eb58
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,6 @@
align-content: stretch;
flex-grow: 1;
margin-top: 0.5em;
margin-bottom: 0.25em;
.attachments, .attachment {
margin: 0 0.5em 0 0;

View File

@ -23,6 +23,7 @@
flex-direction: row;
cursor: pointer;
overflow: hidden;
margin-top: 0.5em;
.card-image {
flex-shrink: 0;