diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-17 18:16:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 18:16:50 +0300 |
| commit | 495bfb9683c7d78113f44cb106a245f9371df9d6 (patch) | |
| tree | c2fd9426abc3bee4f46a0101b0f2fac0ea4a1685 /web/html/xui/inbounds.html | |
| parent | 9b60b0fd458df0ee7547024f2bd0b16fd09b6a15 (diff) | |
Minor improvements in UI (#1399)
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 3d1bc625..8203a577 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -427,7 +427,7 @@ :columns="isMobile ? innerMobileColumns : innerColumns" :data-source="getInboundClients(record)" :pagination=pagination(getInboundClients(record)) - style="margin: -12px 2px -13px;"> + :style="isMobile ? 'margin: -12px 2px -13px;' : 'margin: -12px 22px -13px;'"> {{template "client_table"}} </a-table> </template> |
