diff options
| author | danilshishkevich <danilshishkevich@gmail.com> | 2025-03-24 15:22:12 +0300 |
|---|---|---|
| committer | danilshishkevich <danilshishkevich@gmail.com> | 2025-03-24 15:22:12 +0300 |
| commit | a02bf3195d9549dcf58e00e8c1eb2be295cdbe23 (patch) | |
| tree | cdd75c85c7ee99cf75b71c5eed964b77fe3a0f09 | |
| parent | 3ea05d30c14cea2e245234a232671560d40c4737 (diff) | |
chore: improve styles
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element
| -rw-r--r-- | web/html/xui/index.html | 5 | ||||
| -rw-r--r-- | web/html/xui/settings.html | 14 | ||||
| -rw-r--r-- | web/html/xui/xray.html | 14 |
3 files changed, 5 insertions, 28 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 6c398b4b..20b44bd8 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -22,6 +22,11 @@ .ant-backup-list-item { gap: 10px; } + .ant-xray-version-list-item { + --padding: 12px; + padding: var(--padding) !important; + gap: var(--padding); + } .dark .ant-backup-list-item svg, .dark .ant-badge-status-text, .dark .ant-card-extra { diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 336a44c3..cab41e5a 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -53,20 +53,6 @@ color: inherit; font-size: 24px; } - .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 .ant-list-item { - border-bottom: none !important; - } </style> <body> <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme"> 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; } |
