Skip to content

Commit

Permalink
fix filter view in inbounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Dec 19, 2023
1 parent 2ab1726 commit 63b166c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/html/xui/inbounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@
</a-col>
</a-row>
</div>
<div style="display: flex; align-items: center; justify-content: flex-start;">
<div :style="isMobile ? '' : 'display: flex; align-items: center; justify-content: flex-start;'">
<a-switch v-model="enableFilter"
style="margin-right: .5rem;"
:style="(isMobile ? 'margin' : 'margin-right') + ': .5rem;'"
@change="toggleFilter">
<a-icon slot="checkedChildren" type="search"></a-icon>
<a-icon slot="unCheckedChildren" type="filter"></a-icon>
Expand Down

0 comments on commit 63b166c

Please sign in to comment.