Skip to content

Commit

Permalink
UserListの拡大表示を親要素基準のサイズに
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsuky committed Jan 26, 2025
1 parent 135e163 commit f9cb3e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Main/MainView/QallView/UserList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import { useQall } from '/@/composables/qall/useQall'
import VideoComponent from '/@/components/Main/MainView/QallView/VideoComponent.vue'
import AudioComponent from '/@/components/Main/MainView/QallView/AudioComponent.vue'
import { onMounted, ref } from 'vue'
import ScreenShareComponent from './ScreenShareComponent.vue'
import UserCard from './UserCard.vue'
Expand Down Expand Up @@ -102,7 +101,7 @@ const selectedSid = ref<string>()
width: 192px;
}
.largeCard {
height: 324px;
width: 576px;
height: 50%;
width: 66%;
}
</style>

0 comments on commit f9cb3e8

Please sign in to comment.