diff options
author | Vitaly Takmazov | 2018-06-28 14:16:58 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 4d1b248d15dbcc40721edd34f87d07f0c0982b80 (patch) | |
tree | b033ce99cf92e21bbad8a5dd99b0d2e901399138 /vnext/src/style/main.css | |
parent | 3c61705c062234adc954c8a42e3ea53ff1007bb6 (diff) |
MessageInput styling
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index b5d4ea0e..9f1d42c0 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -447,22 +447,9 @@ article .tags > a, overflow: hidden; text-indent: 10px; } -.msg-comment { - display: flex; - width: 100%; - margin-top: 10px; -} .msg-comment-hidden { display: none; } -.msg-comment textarea { - border: 0; - flex-grow: 1; - outline: none !important; - padding: 4px; - resize: vertical; - vertical-align: top; -} .msg-comment input { align-self: flex-start; background: #EEE; |