diff options
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 3d61bf83..cda44a8e 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -2,20 +2,23 @@ <html lang="en"> {{template "head" .}} <style> - @media (min-width: 769px) { - .ant-layout-content { - margin: 24px 16px; - } - .ant-card-hoverable { - margin-inline: 0.3rem; - } + @media (min-width: 769px) { + .ant-layout-content { + margin: 24px 16px; } - .ant-col-sm-24 { - margin-top: 10px; + .ant-card-hoverable { + margin-inline: 0.3rem; } - .ant-card-dark h2 { - color: var(--dark-color-text-primary); + .ant-alert-error { + margin-inline: 0.3rem; } + } + .ant-col-sm-24 { + margin-top: 10px; + } + .ant-card-dark h2 { + color: var(--dark-color-text-primary); + } </style> <body> |
