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
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-02-22 22:20:38 +0300
committerGitHub <noreply@github.com>2024-02-22 22:20:38 +0300
commitfc3ea2dd4bb81bd5a09fcae8bcc8d4958818eda4 (patch)
tree439967735c82acdffbd6c885506351298472163b /web/html/xui/settings.html
parentfe7a5f1813c0c0fb741c4c516a9e317a57205c03 (diff)
Ultra Dark Theme for 3X-UI (#1871)
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 62c53379..adc199a9 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -95,15 +95,15 @@
</a-alert>
</transition>
<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>
<a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200">