Skip to content

Commit

Permalink
fix: adjust content height
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Oct 10, 2022
1 parent 9d6aff2 commit 5209eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const watchers = ref(0)
const attention = ref(0)
const selectedTab = ref(0)
const contentHeight = process.stdout.rows - 8 || 14
const contentHeight = process.stdout.rows - 9 || 14
const allList = ref<Message<any>[]>([])
const danmuList = ref<Message<DanmuMsg>[]>([])
const superChatList = ref<Message<SuperChatMsg>[]>([])
Expand Down

0 comments on commit 5209eef

Please sign in to comment.