diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 05:44:29 -0500 |
| commit | f47a0ff0ef73cc76867403f177aa7e745aad4503 (patch) | |
| tree | c8da60aadf5000d41ae06aa329a85f7dae289ef5 /src/components/attachment/attachment.vue | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
| parent | 2f4d8110797b903920ae821bbc3c6419609acb5e (diff) | |
Merge branch 'develop' into 'develop'
Develop
See merge request !15
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 311e36b8..a294901b 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -39,7 +39,7 @@ .attachment { flex: 1 0 30%; display: flex; - margin: 0.2em; + margin: 0.5em 0.8em 0.6em 0.1em; align-self: flex-start; &.html { @@ -79,6 +79,7 @@ img { width: 100%; } + margin-right: 15px; } .oembed { @@ -91,6 +92,8 @@ img { border: 0px; border-radius: 0; + height: 100%; + object-fit: cover; } } |
