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 /web/html/xui/index.html | |
| parent | 3ea05d30c14cea2e245234a232671560d40c4737 (diff) | |
chore: improve styles
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 5 |
1 files changed, 5 insertions, 0 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 { |
