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
path: root/web/html
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-10 20:05:15 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 20:13:25 +0300
commit24ef7498422bedc73661ea9ebd1300ec12ac681d (patch)
tree676f5dcec79a2d21d3fed591378c1aed6e1fb246 /web/html
parenteaca3f2de07046239109df7e3340fc02268bc624 (diff)
Update custom.css (#1310)
* Update custom.css * Update custom.css
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/inbounds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 7b655543..00d647f1 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -423,7 +423,7 @@
:columns="isMobile ? innerMobileColumns : innerColumns"
:data-source="getInboundClients(record)"
:pagination=pagination(getInboundClients(record))
- :style="isMobile ? 'margin: -16px -5px -17px;' : 'margin-left: 10px;'">
+ :style="isMobile ? 'margin: -12px -5px -13px;' : 'margin-left: 10px;'">
{{template "client_table"}}
</a-table>
</template>