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/post_status_form | |
| parent | cd0925747dd4657747ed3bdb242446297676b5cf (diff) | |
hello world
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a6aaf511..6caa8dae 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -57,13 +57,21 @@ form { display: flex; flex-direction: column; - padding: 0.5em; + padding: 0.6em; } .form-group { display: flex; flex-direction: column; + padding: 0.3em 0.5em 0.6em; + line-height:24px; + } + + form textarea { + border: none; + border-radius: 2px; padding: 0.5em; + resize: vertical; } .btn { |
