From 3ce8da37eb2b3f8e5692784789b4c6739681efb0 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 22 Sep 2024 12:40:38 -0700 Subject: [PATCH] close #772 --- src/dev-center/css/style.css | 18 ++++++++++++++++++ src/dev-center/index.html | 4 ++-- src/dev-center/js/dev-center.js | 32 ++++++++++++++++++++++++-------- 3 files changed, 44 insertions(+), 10 deletions(-) diff --git a/src/dev-center/css/style.css b/src/dev-center/css/style.css index a63c14960..51a88904a 100644 --- a/src/dev-center/css/style.css +++ b/src/dev-center/css/style.css @@ -36,6 +36,16 @@ body{ align-items: center; flex: 1; } + +h1 .app-count{ + font-size: 20px; + color: #6d767d; + font-weight: 400; + margin-left: 10px; + background-color: #EEE; + padding: 2px 10px; + border-radius: 3px; +} /* ------------------------------------ Button ------------------------------------*/ @@ -451,6 +461,14 @@ label { background-color: #3273dc; } +.sidebar-nav > li .app-count{ + font-size: 14px; + color: #f6f6f6; + font-weight: 400; + margin-left: 10px; + float: right; +} + .sidebar hr { margin-top: 20px; margin-bottom: 20px; diff --git a/src/dev-center/index.html b/src/dev-center/index.html index 4046b446e..9f104d14d 100644 --- a/src/dev-center/index.html +++ b/src/dev-center/index.html @@ -51,7 +51,7 @@