diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 11:42:33 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-17 11:42:33 +0300 |
| commit | 88309b446f9adc2c074b653661b182f39a07cfbc (patch) | |
| tree | 1eef07d357f4e1f3208a263f9a2247337ddd04a0 /src | |
| parent | a3a9d8edd10a2ca20cd80e5b6325a5ac77f94445 (diff) | |
Adjust attachment preview margins.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 13f4d465..c3f1b1f0 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -56,6 +56,7 @@ .attachment { position: relative; + margin: 0.5em 0.8em 0.2em 0; } i { |
