diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-02-17 19:22:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 19:22:23 +0300 |
| commit | 73718a5dc55595b34094239b4d5728df66417e76 (patch) | |
| tree | 73809cafcfbda769f91621a44f81b08eccaf7222 /web/html/xui/settings.html | |
| parent | bb9d00a0b31b7b3ac11ab004234a7bec580d42c0 (diff) | |
UI improvements (#1813)
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 0acbbfec..533553c5 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -76,15 +76,15 @@ <a-layout-content> <a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'> <a-space direction="vertical"> - <a-card hoverable style="margin-bottom: .5rem;"> - <a-row> - <a-col :xs="24" :sm="8" style="padding: 4px;"> + <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-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"> + <a-col :xs="24" :sm="14"> <template> <div> <template> |
