Browse Source

Update custom.css (#1310)

* Update custom.css

* Update custom.css
Tara Rostami 1 year ago
parent
commit
24ef749842
2 changed files with 6 additions and 2 deletions
  1. 5 1
      web/assets/css/custom.css
  2. 1 1
      web/html/xui/inbounds.html

+ 5 - 1
web/assets/css/custom.css

@@ -92,8 +92,12 @@ style attribute {
 }
 .ant-table-body {
     overflow-x: auto !important;
-    margin: 4px 0;
 }
+
+tr.ant-table-expanded-row td>.ant-table-wrapper {
+    margin: -12px -16px -13px;
+}
+
 .ant-card-hoverable {
     cursor: auto;
     cursor: pointer;

+ 1 - 1
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>