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
path: root/web/html
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-04-07 01:45:52 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-04-07 01:45:52 +0300
commit3ded4ee65868a34c2454090caf3a3d59f39f8abd (patch)
tree1c02d4d4313e02b9cf56854966918f163b33aee5 /web/html
parentbea19a263db88fef44b4356082b199fbfcc39a25 (diff)
minor changes
Diffstat (limited to 'web/html')
-rw-r--r--web/html/settings.html3
-rw-r--r--web/html/xray.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/web/html/settings.html b/web/html/settings.html
index c8bfabad..ab72bca7 100644
--- a/web/html/settings.html
+++ b/web/html/settings.html
@@ -56,6 +56,9 @@
.dark .ant-input-password-icon {
color: var(--dark-color-text-primary);
}
+ .ant-collapse-content-box .ant-alert {
+ margin-block-end: 12px;
+ }
</style>
<body>
<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
diff --git a/web/html/xray.html b/web/html/xray.html
index 1e9103fa..68c71523 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -42,6 +42,9 @@
.ant-list-item>li {
padding: 10px 20px !important;
}
+ .ant-collapse-content-box .ant-alert {
+ margin-block-end: 12px;
+}
</style>
<body>
<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">