From db62a07fb89e08e974210ccb0f62cc648d799e94 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:26:07 +0700 Subject: Code refactoring (#2785) * chore: pretty theme menu in sidebar * refactor: renaming component templates * refactor: create custom `a-statistic` component * fix: display button text only on large screens * chore: remove loading background in overview page * fix: show `Version` text when xray version is unknown --- web/html/xui/index.html | 71 ++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 34 deletions(-) (limited to 'web/html/xui/index.html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html index bd7d3878..0e1c21e2 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -27,8 +27,6 @@ .dark .ant-backup-list-item svg, .dark .ant-card-actions>li>*, .dark .ant-badge-status-text, - .dark .ant-statistic-title, - .dark .ant-statistic-content, .dark .ant-card-extra { color: var(--dark-color-text-primary) !important; } @@ -44,12 +42,6 @@ .ant-card-actions { background: transparent !important; } - .ant-statistic-content-prefix { - font-size: 20px; - } - .ant-statistic-content-value { - font-size: 18px; - } .ip-hidden { filter: blur(10px); } @@ -123,14 +115,22 @@