diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 15:02:18 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 15:02:18 +0300 |
| commit | 660e5ad101e41dffa94c5775491108f359cd8359 (patch) | |
| tree | dfd5fe07d7c7b038dd48b8d7607a6f062e944869 /web/html/xui/settings.html | |
| parent | aebf52efb22a64ac2b0ba203dd41b7523b7d998c (diff) | |
[dark] change message by theme
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index c6edc506..62c53379 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -95,23 +95,23 @@ </a-alert> </transition> <a-space direction="vertical"> - <a-card hoverable style="margin-bottom: .5rem; overflow-x: hidden;"> - <a-row style="display: flex; flex-wrap: wrap; align-items: center;"> - <a-col :xs="24" :sm="10" style="padding: 4px;"> + <a-card hoverable style="margin-bottom: .5rem;"> + <a-row> + <a-col :xs="24" :sm="8" style="padding: 4px;"> <a-space direction="horizontal"> <a-button type="primary" :disabled="saveBtnDisable" @click="updateAllSetting">{{ i18n "pages.settings.save" }}</a-button> <a-button type="danger" :disabled="!saveBtnDisable" @click="restartPanel">{{ i18n "pages.settings.restartPanel" }}</a-button> </a-space> </a-col> <a-col :xs="24" :sm="16"> - <template> - <div> - <a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200"> - </a-back-top> - <a-alert type="warning" style="float: right; width: fit-content" - message='{{ i18n "pages.settings.infoDesc" }}' - show-icon - > + <template> + <div> + <a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200"> + </a-back-top> + <a-alert type="warning" style="float: right; width: fit-content" + message='{{ i18n "pages.settings.infoDesc" }}' + show-icon + > </div> </template> </a-col> |
