From 734597b43f0376c8df1f64c54f9fec592ffea51f Mon Sep 17 00:00:00 2001 From: hakui Date: Sat, 18 Feb 2017 01:48:35 -0600 Subject: hello world --- src/components/post_status_form/post_status_form.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/components/post_status_form') 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 { -- cgit v1.2.3-70-g09d2 From 0faaeb02f3188986cbfbad942d3c3194f2e5c387 Mon Sep 17 00:00:00 2001 From: hakui Date: Sat, 18 Feb 2017 01:54:54 -0600 Subject: fixed line-height for text box --- src/components/post_status_form/post_status_form.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 6caa8dae..b6836b13 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -70,6 +70,7 @@ form textarea { border: none; border-radius: 2px; + line-height:16px; padding: 0.5em; resize: vertical; } -- cgit v1.2.3-70-g09d2 From 2639427236ec78a5db5540700da0b631cbba5b28 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sun, 19 Feb 2017 01:41:51 +0200 Subject: Ctrl-enter posts status --- src/components/post_status_form/post_status_form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index b6836b13..1bad41c7 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -2,7 +2,7 @@
- +
@@ -66,7 +66,7 @@ padding: 0.3em 0.5em 0.6em; line-height:24px; } - + form textarea { border: none; border-radius: 2px; -- cgit v1.2.3-70-g09d2