Skip to main content
ArcBlock Community

Token Data and USD Logo Need Spacing in DID Wallet

JM โ€œcryptotestnetโ€ Morales
Support
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 reply

Shuang Liu11 months ago
Reply