@mundogamernetwork/shared-ui 1.1.84 → 1.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mundogamernetwork/shared-ui",
3
- "version": "1.1.84",
3
+ "version": "1.1.85",
4
4
  "description": "Mundo Gamer Network - Shared UI Layer (Nuxt 3)",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -379,11 +379,11 @@ function goBack() {
379
379
 
380
380
  .info {
381
381
  display: flex;
382
- align-items: flex-end;
382
+ align-items: center;
383
383
  gap: 4px;
384
384
  font-size: 12px;
385
385
  color: var(--secondary-info-fg);
386
- svg { color: var(--key-accent, var(--primary, #D297FF)); }
386
+ svg { color: var(--key-accent, var(--primary, #D297FF)); flex-shrink: 0; }
387
387
  }
388
388
 
389
389
  .description {