From 987995ac920a2d1e1251df80a482e3aef97c06f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 7 Nov 2016 18:17:27 +0100 Subject: [PATCH] Fix popup arrow positioning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 835a0a6b64f..055c11b635c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -110,7 +110,7 @@ input#openid, input#webdav { width:20em; } } .federationScopeMenu.bubble::after { right: 50%; - margin-right: -14px; + transform: translate(50%, 0); } .federationScopeMenu.popovermenu { font-weight: 100; -- 2.39.5