跳到主要内容
ArcBlock Community

Token Data and USD Logo Need Spacing in DID Wallet

JM “cryptotestnet” Morales
支持
did-walletbugdiscussionduplicate

Screenshot_2025-10-09-10-05-49-626_com.arcblock.wallet.app.product-edit.jpg

🧾 Summary: In the Token Data section of the DID Wallet app, the token logo and the USD symbol/value are displayed too close together, with no visual spacing. This makes the interface look cluttered and hard to read.

🧪 Steps to Reproduce:

  1. Open the DID Wallet app.
  2. Go to Token Data (where token balances and values are shown).
  3. Observe the placement of the Token logo and the USD label/value.

💥 Actual Result:

  • The Token logo and USD text/value appear touching or overlapping with no space between them.
  • Visually inconsistent with the rest of the UI.

✅ Expected Result:

  • There should be clear spacing (padding or margin) between the token logo and USD label/value.
  • Example: at least 4–8px of space for visual clarity and readability.

⚙️ Possible Cause:

  • Missing margin or padding in the UI layout XML / CSS component.
  • Fixed element alignment not responsive to font size or scaling.

🧱 Severity: 🟡 Minor (UI/Visual Issue) 🎯 Priority: Medium 📂 Category: UI / Visual Design

💡 Suggested Fix:

  1. Add horizontal margin or padding between logo and USD text. javascript .token-logo { margin-right: 6px; }
  2. Ensure responsive spacing across different screen resolutions.
  3. Verify consistent alignment in light and dark modes.

1 条回复

Shuang Liu11个月前

duplicated with: 顶部控件重叠

回复