Remove horizontal scroll from commit history (sry bad claude naughty)
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m6s

This commit is contained in:
2026-03-25 03:13:56 +00:00
parent 6a6b9536ba
commit 8c2e9ba9a5

View File

@@ -16,7 +16,10 @@ const { gitFeed: feed, loaded } = storeToRefs(homeData);
<p>Loading latest activity...</p>
</div>
<div v-else-if="feed" class="flex-1 flex flex-col overflow-y-auto">
<div
v-else-if="feed"
class="flex-1 flex flex-col overflow-y-auto overflow-x-hidden"
>
<h3>Last git activity</h3>
<img :src="feed.avatarUrl" alt="User avatar" class="avatar" />
<Link :href="feed.repoUrl">