From a02bf3195d9549dcf58e00e8c1eb2be295cdbe23 Mon Sep 17 00:00:00 2001 From: danilshishkevich Date: Mon, 24 Mar 2025 12:22:12 +0000 Subject: chore: improve styles - elements with class `.collapse-title` are missing - changed paddings in `.ant-xray-version-list-item` element --- web/html/xui/xray.html | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'web/html/xui/xray.html') diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 82f4bfd7..1abef018 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -39,20 +39,6 @@ .ant-list-item { display: block; } - .collapse-title { - color: inherit; - font-weight: bold; - font-size: 18px; - padding: 10px 20px; - border-bottom: 2px solid; - } - .collapse-title>i { - color: inherit; - font-size: 24px; - } - .ant-collapse-content-box>li { - padding: 12px 0 0 !important; - } .ant-list-item>li { padding: 10px 20px !important; } -- cgit v1.2.3