From df4dad18044bd7948ae31c2d7167bd8caec83bfb Mon Sep 17 00:00:00 2001 From: shpuld Date: Thu, 9 Mar 2017 21:32:54 +0200 Subject: [PATCH] Separate reply form from inside status to make it resistant to hilighting, make the reply button light up when reply window is open. --- src/components/status/status.vue | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 9b0827a7..eceb0a75 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -73,18 +73,21 @@
- + +
- - +
+
+ +
@@ -141,6 +144,10 @@ color: $blue; } + .icon-reply-active { + color: $blue; + } + .status .avatar { width: 48px; } @@ -172,4 +179,14 @@ margin-bottom: 1em; margin-top: 0.2em; } + + .reply-left { + flex: 0; + min-width: 48px; + } + + .reply-body { + flex: 1; + } +