Skip to content

Commit 3de3f1c

Browse files
authored
Merge pull request #4498 from traPtitech/feat/qall_noise
サウンドボードの高さを修正
2 parents 334c11f + 7b8991b commit 3de3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Main/MainView/QallView/SoundBoard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ onMounted(() => {
6767
padding: 0.5rem;
6868
bottom: 48px;
6969
left: 0;
70-
height: 4rem;
70+
height: 32rem;
7171
overflow-y: scroll;
7272
border-radius: 0.5rem;
7373
@include background-primary;

0 commit comments

Comments
 (0)