From e1bebb2d776b12d6e1461e06f318e79fcb93ea2c Mon Sep 17 00:00:00 2001 From: samogot Date: Sat, 28 May 2016 02:31:02 +0300 Subject: PLT-2321 Move the toggle icon next to the link being previewed (#3071) * PLT-2321 Move the toggle icon next to the link being previewed only applicable to one-line messages started with link * remove useless "Youtube" header when no title is available * allow breaking long links instead of toggle * simplify "/" to "/" replacing fix empty post without additional content body * discard buggy "simplification" --- webapp/sass/layout/_post.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webapp/sass') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index e3818ea94..745439ed8 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -914,9 +914,13 @@ body.ios { cursor: pointer; display: inline-block; font: normal normal normal 14px/1 FontAwesome; - margin: 5px 0 10px; + margin: 0 0 10px; text-rendering: auto; + &.pull-left{ + margin: 5px 5px 0 0; + } + &:hover { text-decoration: none; } -- cgit v1.2.3-1-g7c22