From 2e461ef5ae03404cc9e5fb3eb676402e5aca668d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 20 Jun 2018 16:10:31 +0300 Subject: lift new message up from MessageInput --- vnext/src/style/main.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'vnext/src/style') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 4518ce93..a5b872eb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -373,6 +373,7 @@ article .tags > a, background: #eee; border: 1px solid #eee; color: #888; + cursor: pointer; display: inline-block; font-size: 10pt; margin-bottom: 5px; @@ -445,11 +446,6 @@ article .tags > a, overflow: hidden; text-indent: 10px; } -.ta-wrapper { - border: 1px solid #DDD; - display: flex; - flex-grow: 1; -} .msg-comment { display: flex; width: 100%; @@ -466,12 +462,6 @@ article .tags > a, resize: vertical; vertical-align: top; } -.attach-photo { - cursor: pointer; -} -.attach-photo-active { - color: green; -} .msg-comment input { align-self: flex-start; background: #EEE; -- cgit v1.2.3