forked from AkkomaGang/akkoma-fe
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:
commit
216073eb58
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
flex-direction: row;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
margin-top: 0.5em;
|
||||
|
||||
.card-image {
|
||||
flex-shrink: 0;
|
||||
|
|
Loading…
Reference in a new issue