File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ defineOgImageComponent('Default', {
121121 >
122122 <ul class =" flex flex-wrap items-center justify-center gap-x-6 gap-y-3 list-none m-0 p-0" >
123123 <li v-for =" framework in SHOWCASED_FRAMEWORKS" :key =" framework.name" >
124- <LinkBase :to =" packageRoute(framework.package)" class =" gap-2" >
124+ <LinkBase :to =" packageRoute(framework.package)" class =" gap-2 text-sm " >
125125 <span
126126 class =" w-1 h-1 rounded-full bg-accent group-hover:bg-fg transition-colors duration-200"
127127 />
Original file line number Diff line number Diff line change @@ -713,7 +713,9 @@ onKeyStroke(
713713 </div >
714714
715715 <!-- External links -->
716- <ul class =" flex flex-wrap items-center gap-x-3 gap-y-1.5 sm:gap-4 list-none m-0 p-0 mt-3" >
716+ <ul
717+ class =" flex flex-wrap items-center gap-x-3 gap-y-1.5 sm:gap-4 list-none m-0 p-0 mt-3 text-sm"
718+ >
717719 <li v-if =" repositoryUrl" >
718720 <LinkBase :to =" repositoryUrl" :classicon =" repoProviderIcon" >
719721 <span v-if =" repoRef" >
@@ -1070,7 +1072,7 @@ onKeyStroke(
10701072 </LinkBase >
10711073 </h2 >
10721074 <ClientOnly >
1073- <div class =" flex items-center gap-2" >
1075+ <div class =" flex gap-2" >
10741076 <!-- Copy readme as Markdown button -->
10751077 <TooltipApp
10761078 v-if =" readmeData?.md"
@@ -1145,7 +1147,7 @@ onKeyStroke(
11451147 <div class =" area-sidebar" >
11461148 <!-- Sidebar -->
11471149 <div
1148- class =" sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
1150+ class =" sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)]) pt-1 "
11491151 >
11501152 <!-- Team access controls (for scoped packages when connected) -->
11511153 <ClientOnly >
You can’t perform that action at this time.
0 commit comments