From 6336beb4eb608c7021b576f069f058e66c37a5cb Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 10 Sep 2020 20:13:12 -0400 Subject: [PATCH] [frio] Fix shared post external link position --- view/theme/frio/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.2