diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 01:48:35 -0600 |
| commit | 734597b43f0376c8df1f64c54f9fec592ffea51f (patch) | |
| tree | 6c9a5aee06c4e8d44ac8c30d20de4cf1bf351512 /src/components/attachment/attachment.vue | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
hello world
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 311e36b8..7f6622b4 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 { |
