diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-19 13:21:44 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-19 13:21:44 +0300 |
| commit | d08aaa006849e6318aee61e7b4ff828bc4bd3272 (patch) | |
| tree | 474b35341cc29c34b5946e6c7ec33c60b4d2c501 /web/html/xui/inbounds.html | |
| parent | 1e1f947060140aecf46996cbbd01ba885581a43b (diff) | |
fix reverse edit/delete
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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 9bf82404..2be031e5 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -163,7 +163,7 @@ </div> <div :style="isMobile ? '' : 'display: flex; align-items: center; justify-content: flex-start;'"> <a-switch v-model="enableFilter" - :style="(isMobile ? 'margin' : 'margin-right') + ': .5rem;'" + :style="isMobile ? 'margin-bottom: .5rem; display: flex;' : 'margin-right: .5rem;'" @change="toggleFilter"> <a-icon slot="checkedChildren" type="search"></a-icon> <a-icon slot="unCheckedChildren" type="filter"></a-icon> |
