Skip to content

Commit 6b45845

Browse files
style(ui): adjust repo summary text and tab positioning (#970)
1 parent d61e853 commit 6b45845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/shared/RepoSummary.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<div class="w-[40%] sm:w-[100%] border-l border-gray-200 md:border-l-0 md:border-b md:w-full md:pl-0">
1717
<div class="pl-6 py-8">
18-
<div class="text-gray-500 text-base font-medium leading-[22px] md:pl-0">{{ $t('all.downloadCount') }}</div>
18+
<div class="text-gray-700 text-base font-medium text-md leading-[22px] md:pl-0">{{ $t('all.downloadCount') }}</div>
1919
<div class="text-gray-700 text-base font-semibold leading-6 mt-1 md:pl-0">{{ downloadCount }}</div>
2020
</div>
2121

frontend/src/components/shared/RepoTabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="relative">
3-
<div class="absolute top-0 right-0 md:relative md:right-0 flex gap-4">
3+
<div class="absolute -top-1.5 right-0 xl:relative md:right-0 flex gap-4">
44
<RepoClone
55
v-if="repoType !== 'endpoint'"
66
:showAddToCollections="showAddToCollections"

0 commit comments

Comments
 (0)