diff options
author | Vitaly Takmazov | 2019-04-04 21:09:08 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | efdb2c2665125b6ff09da5bf35b4396ef6f028f9 (patch) | |
tree | f1ff711d5e88cb33569428e91dbc02be8f52a982 /vnext/src/components/Message.css | |
parent | adf06c76465fe90e2d28fef80c0f9e79dd472226 (diff) |
Recommendations in feeds
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 337a3dc0..cd0c34ab 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -27,7 +27,7 @@ align-items: center; display: flex; flex-basis: 0; - flex-direction: column; + flex-direction: row; flex-grow: 1; padding-top: 12px; } @@ -129,7 +129,9 @@ blockquote { .msg-recomms { color: #AAA; font-size: small; - margin-top: 10px; + margin-bottom: 10px; + padding-bottom: 6px; + border-bottom: 1px solid #eee; overflow: hidden; text-indent: 10px; } |