Skip to content

Commit

Permalink
修复用户名过长导致的间距问题&增加手动触发打包
Browse files Browse the repository at this point in the history
  • Loading branch information
AyaneYe committed Nov 20, 2023
1 parent d1e9c87 commit 45f7bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-debug-apk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Debug APK

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion src/views/Thread/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IonAvatar class="w-12 h-12 min-w-0">
<IonImg :src="item.avatar" />
</IonAvatar>
<div class="ml-1 min-w-0">
<div class="ml-3 min-w-0">
<div class="truncate mb-1">
<span :class="settingStore.isDark ? 'text-white' : 'text-black'">
{{ item.author }}
Expand Down

0 comments on commit 45f7bd5

Please sign in to comment.