aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-07 16:29:50 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 16:40:08 +0300
commit3df7c1977fac3060f584a314cb02f0747ad67696 (patch)
tree5bb6f253285aa94a0055bb7fa130e4b7c5f31a30 /src/components
parent33b1d85921e326e0d81c4bf1a6fa02fec2cbbd5c (diff)
fixes
Diffstat (limited to 'src/components')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
-rw-r--r--src/components/status/status.vue6
2 files changed, 7 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 abf3b5b7..bce361db 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -149,7 +149,7 @@
line-height:16px;
resize: none;
overflow: hidden;
- transition: min-height 200ms;
+ transition: min-height 200ms 100ms;
min-height: 1px;
box-sizing: content-box;
}
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 14ffd922..152b0608 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -228,6 +228,12 @@ status-text-container {
min-height: 1.4em;
margin-bottom: 0.3em;
+ .links a i {
+ color: $fallback--link;
+ color: var(--link, $fallback--link);
+ }
+
+
small {
font-weight: lighter;
}