From: rabuzarus Date: Sat, 19 Nov 2016 20:14:28 +0000 (+0100) Subject: Bugfix: float for remote-friends-in-common wrapper X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d8f18ff862a31f09a6bd0253fa7124e3efdb837;p=friendica.git Bugfix: float for remote-friends-in-common wrapper --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e284310b86..af31d6ee96 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2404,3 +2404,11 @@ body .tread-wrapper .hovercard a:hover { body .tread-wrapper .hovercard:hover .hover-card-content a { color: $link_color !important; } + +/* + * some temporary workarounds until this will solved + * elsewhere (e.g. new templates) + */ +section .profile-match-wrapper { + float: left; +}