Jimin Huang commited on
Commit
6b5d13b
·
1 Parent(s): 1462337

Change settings

Browse files
Files changed (1) hide show
  1. src/views/LiveView.vue +8 -5
src/views/LiveView.vue CHANGED
@@ -354,13 +354,16 @@ watch(
354
  .avatar__fallback { width: 60%; height: 60%; border-radius: 999px; background: #E5E7EB; }
355
 
356
  /* titles */
357
- .titles { min-width: 0; display: grid; gap: 2px; }
358
  .title {
359
- font-weight: 800; color: #0F172A; line-height: 1.15;
360
- display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
361
- overflow: hidden; font-size: clamp(16px, 1.4vw, 18px);
 
 
 
 
362
  }
363
- .subtitle { font-size: 12px; color: #5B6476; opacity: .9; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
364
 
365
  /* primary metric */
366
  .primary { text-align: right; }
 
354
  .avatar__fallback { width: 60%; height: 60%; border-radius: 999px; background: #E5E7EB; }
355
 
356
  /* titles */
 
357
  .title {
358
+ font-weight: 800;
359
+ font-size: 1rem;
360
+ color: #0F172A;
361
+ }
362
+ .subtitle {
363
+ font-size: 0.85rem;
364
+ color: #64748B;
365
  }
366
+ .titles { min-width: 0; display: grid; gap: 2px; }
367
 
368
  /* primary metric */
369
  .primary { text-align: right; }