+
{pendingTransactionsCount}
)}
diff --git a/app/containers/App/Sidebar/Sidebar.scss b/app/containers/App/Sidebar/Sidebar.scss
index ee1c68ca1..d7040eb20 100644
--- a/app/containers/App/Sidebar/Sidebar.scss
+++ b/app/containers/App/Sidebar/Sidebar.scss
@@ -116,8 +116,24 @@ $size: 70px;
height: 24px;
width: 24px;
background-color: #d355e7;
- margin-top: -22px !important;
- margin-left: 10px;
+ margin-top: -34px !important;
+ margin-left: 26px;
+ border-radius: 100px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: white;
+ font-family: var(--font-gotham-medium);
+ font-size: 14px !important;
+}
+
+.pendingTransactionsCountN3 {
+ position: fixed;
+ height: 24px;
+ width: 24px;
+ background-color: #d355e7;
+ margin-top: -34px !important;
+ margin-left: 26px;
border-radius: 100px;
display: flex;
align-items: center;
diff --git a/package.json b/package.json
index 6321545af..82c4be74a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Neon",
- "version": "2.12.3",
+ "version": "2.12.4",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",