From: Hypolite Petovan Date: Fri, 11 Sep 2020 00:13:12 +0000 (-0400) Subject: [frio] Fix shared post external link position X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6336beb4eb608c7021b576f069f058e66c37a5cb;p=friendica.git [frio] Fix shared post external link position --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 8ac193ac8f..83ae18ebfb 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1507,6 +1507,10 @@ aside .panel-body { right: 0; top: 0; } +.shared_header .preferences { + top: 7px; + right: 9px; +} .wall-item-network { font-size: 13px; }