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:
Diffstat (limited to 'web/html/xui/xray.html')
-rw-r--r--web/html/xui/xray.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 05f21052..b1f62651 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -3,7 +3,6 @@
{{template "head" .}}
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.css">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css">
-<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.css">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css">
<script src="{{ .base_path }}assets/js/model/outbound.js"></script>
@@ -29,6 +28,10 @@
margin: 0;
padding: 12px .5rem;
}
+ .ant-table-thead > tr > th,
+ .ant-table-tbody > tr > td {
+ padding: 10px 0px;
+ }
}
.ant-tabs-bar {