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-04-20 21:45:36 +0300
committerGitHub <noreply@github.com>2024-04-20 21:45:36 +0300
commitdb24d216210e0038f92e634de1ab8a46fbce4632 (patch)
tree3648326a1e359543febd865747822bc6f8f72781 /web/html/xui/xray.html
parent3d5c06bf08f0ede7206e0ef39966d6be2106a225 (diff)
UI Improvements (#2228)
* UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes
Diffstat (limited to 'web/html/xui/xray.html')
-rw-r--r--web/html/xui/xray.html78
1 files changed, 39 insertions, 39 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 0f348fb5..86f46d49 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
{{template "head" .}}
-<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.css?{{ .cur_ver }}">
+<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.min.css?{{ .cur_ver }}">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css">
-<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.css?{{ .cur_ver }}">
+<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.min.css?{{ .cur_ver }}">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css">
<script src="{{ .base_path }}assets/base64/base64.min.js"></script>
<script src="{{ .base_path }}assets/js/model/outbound.js?{{ .cur_ver }}"></script>
-<script src="{{ .base_path }}assets/codemirror/codemirror.js?{{ .cur_ver }}"></script>
+<script src="{{ .base_path }}assets/codemirror/codemirror.min.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/codemirror/javascript.js"></script>
<script src="{{ .base_path }}assets/codemirror/jshint.js"></script>
<script src="{{ .base_path }}assets/codemirror/jsonlint.js"></script>
@@ -19,44 +19,44 @@
<script src="{{ .base_path }}assets/codemirror/fold/foldgutter.js"></script>
<script src="{{ .base_path }}assets/codemirror/fold/brace-fold.js"></script>
<style>
- @media (min-width: 769px) {
- .ant-layout-content {
- margin: 24px 16px;
- }
+ @media (min-width: 769px) {
+ .ant-layout-content {
+ margin: 24px 16px;
}
- @media (max-width: 768px) {
- .ant-tabs-nav .ant-tabs-tab {
- margin: 0;
- padding: 12px .5rem;
- }
- .ant-table-thead > tr > th,
- .ant-table-tbody > tr > td {
- padding: 10px 0px;
- }
+ }
+ @media (max-width: 768px) {
+ .ant-tabs-nav .ant-tabs-tab {
+ margin: 0;
+ padding: 12px .5rem;
}
- .ant-tabs-bar {
- margin: 0;
- }
- .ant-list-item {
- display: block;
- }
- .collapse-title {
- color: inherit;
- font-weight: bold;
- font-size: 18px;
- padding: 10px 20px;
- border-bottom: 2px solid;
- }
- .collapse-title > i {
- color: inherit;
- font-size: 24px;
- }
- .ant-collapse-content-box > li {
- padding: 12px 0 0 0 !important;
- }
- .ant-list-item > li {
- padding: 10px 20px !important;
+ .ant-table-thead>tr>th,
+ .ant-table-tbody>tr>td {
+ padding: 10px 0px;
}
+ }
+ .ant-tabs-bar {
+ margin: 0;
+ }
+ .ant-list-item {
+ display: block;
+ }
+ .collapse-title {
+ color: inherit;
+ font-weight: bold;
+ font-size: 18px;
+ padding: 10px 20px;
+ border-bottom: 2px solid;
+ }
+ .collapse-title>i {
+ color: inherit;
+ font-size: 24px;
+ }
+ .ant-collapse-content-box>li {
+ padding: 12px 0 0 0 !important;
+ }
+ .ant-list-item>li {
+ padding: 10px 20px !important;
+ }
</style>
<body>
<a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
@@ -443,7 +443,7 @@
<a-table :columns="outboundColumns" bordered
:row-key="r => r.key"
:data-source="outboundData"
- :scroll="isMobile ? {} : { x: 200 }"
+ :scroll="isMobile ? {} : { x: 800 }"
:pagination="false"
:indent-size="0"
:style="isMobile ? 'padding: 5px 5px' : 'margin-right: 1px;'">