Remove horizontal scroll from commit history (sry bad claude naughty)
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m6s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user