diff options
| author | TaraRostami <132676256+TaraRostami@users.noreply.github.com> | 2024-04-02 19:24:55 +0300 |
|---|---|---|
| committer | TaraRostami <132676256+TaraRostami@users.noreply.github.com> | 2024-04-02 19:24:55 +0300 |
| commit | 620da1784b4effe21e7c870483643289ae6ce1c4 (patch) | |
| tree | d9e3c634c144f5339981c40079115ca9de0d610c /web/html | |
| parent | f02c82677d469a811a287e041ddcf97a70ed542c (diff) | |
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> |
