diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2024-04-02 19:36:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 19:36:40 +0300 |
| commit | fa7a6a3f99ba2d0b08f9893fc6f04c434a3ec8f8 (patch) | |
| tree | 617224f124001e35ed19a62c4bbaad475b248a51 /web/html | |
| parent | b13e1d666df0af4f61a332e31fba8b8d769434ab (diff) | |
| parent | 620da1784b4effe21e7c870483643289ae6ce1c4 (diff) | |
Merge pull request #2198 from TaraRostami/main
Minor UI fixes
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
