mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-31 18:24:10 +00:00
On phones the five Settings tabs and six Xray tabs overflowed the viewport. Now the tab labels are stripped (v-if="!isMobile"), the nav-list stretches to full width via display:flex + width:100%, and each tab claims an equal share with flex:1 1 0 so the icons spread across the row instead of bunching. Icons bumped to 18px with a tooltip carrying the original label for discoverability. |
||
|---|---|---|
| .. | ||
| BalancerFormModal.vue | ||
| BalancersTab.vue | ||
| BasicsTab.vue | ||
| DnsPresetsModal.vue | ||
| DnsServerModal.vue | ||
| DnsTab.vue | ||
| NordModal.vue | ||
| OutboundFormModal.vue | ||
| OutboundsTab.vue | ||
| RoutingTab.vue | ||
| RuleFormModal.vue | ||
| useXraySetting.js | ||
| WarpModal.vue | ||
| XrayPage.vue | ||