@@ -387,7 +387,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
387387 <span
388388 v-for =" tag in row.tags"
389389 :key =" tag"
390- class =" text-[9px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
390+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
391391 :title =" tag"
392392 >
393393 {{ tag }}
@@ -447,7 +447,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
447447 <DateTime
448448 v-if =" v.time"
449449 :datetime =" v.time"
450- class =" text-[10px] text-fg-subtle"
450+ class =" text-xxs text-fg-subtle"
451451 year =" numeric"
452452 month =" short"
453453 day =" numeric"
@@ -467,7 +467,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
467467 <span
468468 v-for =" tag in filterExcludedTags(v.tags, row.tags)"
469469 :key =" tag"
470- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
470+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
471471 :title =" tag"
472472 >
473473 {{ tag }}
@@ -554,7 +554,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
554554 <DateTime
555555 v-if =" row.primaryVersion.time"
556556 :datetime =" row.primaryVersion.time"
557- class =" text-[10px] text-fg-subtle"
557+ class =" text-xxs text-fg-subtle"
558558 year =" numeric"
559559 month =" short"
560560 day =" numeric"
@@ -565,7 +565,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
565565 <span
566566 v-for =" tag in row.tags"
567567 :key =" tag"
568- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
568+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
569569 :title =" tag"
570570 >
571571 {{ tag }}
@@ -633,7 +633,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
633633 <DateTime
634634 v-if =" group.versions[0]?.time"
635635 :datetime =" group.versions[0]?.time"
636- class =" text-[10px] text-fg-subtle"
636+ class =" text-xxs text-fg-subtle"
637637 year =" numeric"
638638 month =" short"
639639 day =" numeric"
@@ -653,7 +653,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
653653 <span
654654 v-for =" tag in group.versions[0].tags"
655655 :key =" tag"
656- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
656+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[120px]"
657657 :title =" tag"
658658 >
659659 {{ tag }}
@@ -696,7 +696,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
696696 <DateTime
697697 v-if =" group.versions[0]?.time"
698698 :datetime =" group.versions[0]?.time"
699- class =" text-[10px] text-fg-subtle"
699+ class =" text-xxs text-fg-subtle"
700700 year =" numeric"
701701 month =" short"
702702 day =" numeric"
@@ -713,7 +713,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
713713 <span
714714 v-for =" tag in group.versions[0].tags"
715715 :key =" tag"
716- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide"
716+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide"
717717 >
718718 {{ tag }}
719719 </span >
@@ -754,7 +754,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
754754 <DateTime
755755 v-if =" v.time"
756756 :datetime =" v.time"
757- class =" text-[10px] text-fg-subtle"
757+ class =" text-xxs text-fg-subtle"
758758 year =" numeric"
759759 month =" short"
760760 day =" numeric"
@@ -771,7 +771,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
771771 <span
772772 v-for =" tag in v.tags"
773773 :key =" tag"
774- class =" text-[8px] font-semibold text-fg-subtle uppercase tracking-wide"
774+ class =" text-xxs font-semibold text-fg-subtle uppercase tracking-wide"
775775 >
776776 {{ tag }}
777777 </span >
0 commit comments