From eadc143d91ea26ffa7e1bad586f58fb749dfc183 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?=
 <skjnldsv@protonmail.com>
Date: Thu, 3 May 2018 09:16:25 +0200
Subject: [PATCH] Fixed federation scope popovermenu
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
---
 settings/css/settings.scss | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index abfa99015dd..a7a4e9776fb 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -38,10 +38,6 @@ input {
 	.avatardiv {
 		margin: 10px auto;
 	}
-	.federationScopeMenu {
-		/* popover magic fix */
-		margin-right: calc(-50% - 7px);
-	}
 	.warning {
 		width: 100%;
 	}
@@ -324,17 +320,9 @@ input {
 
 .federationScopeMenu {
 	top: 44px;
-	margin-right: calc(-50% + 30px); /* half - the triangle icon width - borders */
-	&.bubble::after {
-		right: 50%;
-		transform: translate(50%, 0);
-	}
 	&.popovermenu {
-		a.menuitem, label.menuitem {
-			font-size: 12.8px;
-			line-height: 1.6em;
-		}
 		.menuitem {
+			// override h2 heading font size
 			font-size: 12.8px;
 			line-height: 1.6em;
 			.menuitem-text-detail {
@@ -342,7 +330,6 @@ input {
 			}
 			&.active {
 				box-shadow: inset 2px 0 $color-primary;
-
 				.menuitem-text {
 					font-weight: 600;
 				}
-- 
GitLab