Skip to content

Commit

Permalink
Merge pull request #4498 from traPtitech/feat/qall_noise
Browse files Browse the repository at this point in the history
サウンドボードの高さを修正
  • Loading branch information
nokhnaton authored Jan 26, 2025
2 parents 334c11f + 7b8991b commit 3de3f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/MainView/QallView/SoundBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ onMounted(() => {
padding: 0.5rem;
bottom: 48px;
left: 0;
height: 4rem;
height: 32rem;
overflow-y: scroll;
border-radius: 0.5rem;
@include background-primary;
Expand Down

0 comments on commit 3de3f1c

Please sign in to comment.