aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-04-25 23:19:22 +0200
committerGitHub <noreply@github.com>2023-04-25 17:19:22 -0400
commitee6fa8d63347707739f343fac8f3a459ab6de2d1 (patch)
tree3c648f0e2f50212d98bb5d7e76bb8ed3da8e6d3f /web_src
parent0e8045d8ea51b1bf856cfd9c57cabd8187a3a2ab (diff)
downloadgitea-ee6fa8d63347707739f343fac8f3a459ab6de2d1.tar.gz
gitea-ee6fa8d63347707739f343fac8f3a459ab6de2d1.zip
Restore bold on repolist (#24337)
Looking at it again, it does look a bit "odd" without bold, so revert the repolist change done in https://github.com/go-gitea/gitea/pull/24307. <img width="141" alt="image" src="https://user-images.githubusercontent.com/115237/234331813-c6e2402f-e099-43b3-aed6-46a0e24e3899.png">
Diffstat (limited to 'web_src')
-rw-r--r--web_src/js/components/DashboardRepoList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue
index a3a02ecadb..1af53aac90 100644
--- a/web_src/js/components/DashboardRepoList.vue
+++ b/web_src/js/components/DashboardRepoList.vue
@@ -74,7 +74,7 @@
<a class="repo-list-link gt-df gt-ac gt-sb" :href="repo.link">
<div class="item-name gt-df gt-ac gt-f1">
<svg-icon :name="repoIcon(repo)" :size="16" class-name="gt-mr-2"/>
- <div class="text truncate gt-ml-1">{{ repo.full_name }}</div>
+ <div class="text gt-bold truncate gt-ml-1">{{ repo.full_name }}</div>
<span v-if="repo.archived">
<svg-icon name="octicon-archive" :size="16" class-name="gt-ml-2"/>
</span>