Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-04-20 21:45:36 +0300
committerGitHub <noreply@github.com>2024-04-20 21:45:36 +0300
commitdb24d216210e0038f92e634de1ab8a46fbce4632 (patch)
tree3648326a1e359543febd865747822bc6f8f72781 /web/html/xui/index.html
parent3d5c06bf08f0ede7206e0ef39966d6be2106a225 (diff)
UI Improvements (#2228)
* UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes
Diffstat (limited to 'web/html/xui/index.html')
-rw-r--r--web/html/xui/index.html25
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>