From d8b5c78ccd983a0204e709bdf2d36c289725e6e0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Jan 2023 10:01:59 +0000 Subject: [PATCH] Left justify follow handle --- epicyon-profile.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 7ff90bf52..dc249a24f 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1731,7 +1731,7 @@ h3 { min-width: 80px; cursor: pointer; margin: 0 5px; - float: right; + float: left; } .followApprove { border-radius: var(--button-corner-radius); @@ -2532,7 +2532,7 @@ h3 { cursor: pointer; margin: 15px; } - .followApprove { + .followApproveHandle { border-radius: var(--button-corner-radius); background-color: var(--main-bg-color); border: none; @@ -2546,7 +2546,7 @@ h3 { min-width: 80px; cursor: pointer; margin: 0 15px; - float: right; + float: left; } .followApprove { border-radius: var(--button-corner-radius); @@ -3359,7 +3359,7 @@ h3 { min-width: 80px; cursor: pointer; margin: 0 15px; - float: right; + float: left; } .followApprove { border-radius: var(--button-corner-radius);