File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ function copyBadgeCode() {
2121 </script >
2222
2323<template >
24- <div class =" inline- flex items-center gap-1" >
24+ <div class =" flex items-center justify -center gap-1" >
2525 <img
2626 :src =" badgeUrl"
2727 :alt =" `${repo} badge`"
28- class =" h-[20px] min-w-[100px] max-w-[300px]"
28+ class =" h-5"
29+ style =" max-width : 300px ; width : auto "
2930 />
3031
3132 <UButton
@@ -34,7 +35,7 @@ function copyBadgeCode() {
3435 color="gray"
3536 :icon =" copied ? ' i-ph-check-bold' : ' i-ph-copy' "
3637 variant="ghost"
37- class="!p-1"
38+ class="!p-1 flex-shrink-0 "
3839 />
3940 </div >
4041</template >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ useSeoMeta({
8080 </div >
8181
8282 <div class =" flex flex-col items-center justify-center mt-2" >
83- <p class =" text-sm mb-[10px] " >
83+ <p class =" text-sm mb-2 " >
8484 You can copy the badge and put in your README!
8585 </p >
8686 <BadgeGenerator
You can’t perform that action at this time.
0 commit comments