@@ -379,7 +379,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
379379 <span
380380 v-for =" tag in row.tags"
381381 :key =" tag"
382- class =" text-[9px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
382+ class =" text-4xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
383383 :title =" tag"
384384 >
385385 {{ tag }}
@@ -431,7 +431,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
431431 <DateTime
432432 v-if =" v.time"
433433 :datetime =" v.time"
434- class =" text-[10px] text-fg-subtle"
434+ class =" text-3xs text-fg-subtle"
435435 year =" numeric"
436436 month =" short"
437437 day =" numeric"
@@ -451,7 +451,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
451451 <span
452452 v-for =" tag in filterExcludedTags(v.tags, row.tags)"
453453 :key =" tag"
454- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
454+ class =" text-5xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
455455 :title =" tag"
456456 >
457457 {{ tag }}
@@ -532,7 +532,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
532532 <DateTime
533533 v-if =" row.primaryVersion.time"
534534 :datetime =" row.primaryVersion.time"
535- class =" text-[10px] text-fg-subtle"
535+ class =" text-3xs text-fg-subtle"
536536 year =" numeric"
537537 month =" short"
538538 day =" numeric"
@@ -543,7 +543,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
543543 <span
544544 v-for =" tag in row.tags"
545545 :key =" tag"
546- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
546+ class =" text-5xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
547547 :title =" tag"
548548 >
549549 {{ tag }}
@@ -609,7 +609,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
609609 <DateTime
610610 v-if =" group.versions[0]?.time"
611611 :datetime =" group.versions[0]?.time"
612- class =" text-[10px] text-fg-subtle"
612+ class =" text-3xs text-fg-subtle"
613613 year =" numeric"
614614 month =" short"
615615 day =" numeric"
@@ -629,7 +629,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
629629 <span
630630 v-for =" tag in group.versions[0].tags"
631631 :key =" tag"
632- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
632+ class =" text-5xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
633633 :title =" tag"
634634 >
635635 {{ tag }}
@@ -670,7 +670,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
670670 <DateTime
671671 v-if =" group.versions[0]?.time"
672672 :datetime =" group.versions[0]?.time"
673- class =" text-[10px] text-fg-subtle"
673+ class =" text-3xs text-fg-subtle"
674674 year =" numeric"
675675 month =" short"
676676 day =" numeric"
@@ -687,7 +687,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
687687 <span
688688 v-for =" tag in group.versions[0].tags"
689689 :key =" tag"
690- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide"
690+ class =" text-5xs font-semibold text-fg-subtle uppercase tracking-wide"
691691 >
692692 {{ tag }}
693693 </span >
@@ -720,7 +720,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
720720 <DateTime
721721 v-if =" v.time"
722722 :datetime =" v.time"
723- class =" text-[10px] text-fg-subtle"
723+ class =" text-3xs text-fg-subtle"
724724 year =" numeric"
725725 month =" short"
726726 day =" numeric"
@@ -737,7 +737,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
737737 <span
738738 v-for =" tag in v.tags"
739739 :key =" tag"
740- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide"
740+ class =" text-5xs font-semibold text-fg-subtle uppercase tracking-wide"
741741 >
742742 {{ tag }}
743743 </span >
0 commit comments