forked from AkkomaGang/akkoma-fe
unify spacing between gallery/link preview/attachment components
This commit is contained in:
parent
3ed1eb5723
commit
bd0485ad2f
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
align-content: stretch;
|
align-content: stretch;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0.25em;
|
|
||||||
|
|
||||||
.attachments, .attachment {
|
.attachments, .attachment {
|
||||||
margin: 0 0.5em 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
|
||||||
.card-image {
|
.card-image {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in a new issue