File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const download_count_server = get_total_downloads(gh_releases_metadata);
4848 width ={ 25 }
4949 height ={ 25 }
5050 src ={ logo }
51- class =" size-25px"
51+ class =" size-25px lt-sm:size-20px "
5252 alt =" Logo"
5353 slot =" logo"
5454 loading =" eager"
@@ -67,7 +67,7 @@ const download_count_server = get_total_downloads(gh_releases_metadata);
6767 Total Downloads
6868 </p >
6969
70- <div class =" flex justify-between" >
70+ <div class =" flex justify-between items-center " >
7171 <span class =" countdown font-bold lt-sm:text-2rem text-2.5rem" >
7272 <span
7373 style =`--value:0;`
@@ -121,8 +121,8 @@ const download_count_server = get_total_downloads(gh_releases_metadata);
121121 { arch }
122122 </p >
123123 { size && (
124- {prettyBytes(size )}
125124 <p class = " ml-auto lt-sm:hidden color-[color-mix(in_srgb,var(--color-base-content)_80%,black)] font-light font-mono " >
125+ { prettyBytes (size , { maximumFractionDigits: 1 })}
126126 </p >
127127 )}
128128 <span class = " lt-sm:ml-auto mask mask-squircle bg-[color-mix(in_srgb,var(--color-base-content)_30%,black)] lt-sm:p-1 p-1.5" >
You can’t perform that action at this time.
0 commit comments