@mundogamernetwork/shared-ui 1.1.73 → 1.1.74

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.73",
3
+ "version": "1.1.74",
4
4
  "description": "Mundo Gamer Network - Shared UI Layer (Nuxt 3)",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -1101,12 +1101,13 @@ onMounted(async () => {
1101
1101
  display: flex;
1102
1102
  padding: 8px 12px;
1103
1103
  flex-direction: column;
1104
- gap: 2px;
1104
+ gap: 4px;
1105
1105
  background-color: var(--button-secondary-default-bg);
1106
- font-size: 12px;
1106
+ font-size: 11px;
1107
+ font-weight: 400;
1107
1108
  color: var(--secondary-info-fg);
1108
- width: -webkit-fill-available;
1109
- span { color: var(--card-article-title); }
1109
+ flex: 1;
1110
+ span { color: var(--card-article-title); font-size: 13px; font-weight: 600; }
1110
1111
  }
1111
1112
  }
1112
1113