From b6730e5f31725370b7a1267575d53cd48d056910 Mon Sep 17 00:00:00 2001 From: midas-myth Date: Fri, 15 Mar 2024 16:21:40 +0000 Subject: [PATCH] Adjust left position of Exchange list item indicator --- src/pages/Exchange/Exchange.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Exchange/Exchange.css b/src/pages/Exchange/Exchange.css index 01fe85e97c..c9ae342b54 100644 --- a/src/pages/Exchange/Exchange.css +++ b/src/pages/Exchange/Exchange.css @@ -588,7 +588,7 @@ table.Position-list .Exchange-list-item-active { content: ""; border-left: 2px solid #3a3f79; position: absolute; - left: -7px; + left: -10px; bottom: -1px; height: 21px; }