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
diff options
context:
space:
mode:
authorTaraRostami <132676256+TaraRostami@users.noreply.github.com>2024-04-02 19:24:55 +0300
committerTaraRostami <132676256+TaraRostami@users.noreply.github.com>2024-04-02 19:24:55 +0300
commit620da1784b4effe21e7c870483643289ae6ce1c4 (patch)
treed9e3c634c144f5339981c40079115ca9de0d610c /web
parentf02c82677d469a811a287e041ddcf97a70ed542c (diff)
Minor UI fixes
Diffstat (limited to 'web')
-rw-r--r--web/assets/css/custom.css7
-rw-r--r--web/html/xui/settings.html2
2 files changed, 6 insertions, 3 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 7dfa7f28..7a995b68 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -252,7 +252,7 @@ style attribute {
.ant-layout-sider {
display: none;
}
- .ant-card {
+ .ant-card, .ant-alert-error {
margin: 0.5rem;
}
.ant-tabs {
@@ -384,6 +384,9 @@ style attribute {
.ant-tabs {
padding: 2rem;
}
+ .ant-alert-error {
+ margin-inline: 0.3rem;
+ }
}
.fade-in-enter,
@@ -1344,7 +1347,7 @@ b, strong {
height: 20px;
}
-.ant-menu-theme-switch:hover {
+.ant-menu-theme-switch, .ant-menu-theme-switch:hover {
background-color: transparent !important;
cursor: default !important;
}
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 8b58941e..df4c0411 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -75,7 +75,7 @@
<a-layout-content>
<a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'>
<transition name="list" appear>
- <a-alert type="error" v-if="confAlerts.length>0" style="margin: 10px 5px;"
+ <a-alert type="error" v-if="confAlerts.length>0" style="margin-bottom: 10px;"
message='{{ i18n "secAlertTitle" }}'
color="red"
show-icon closable>