We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc82527 commit fed1da8Copy full SHA for fed1da8
game/frontend/src/components/common/RoomControls.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="md:flex flex-row items-center gap-2 pl-2 md:text-[20px] text-[10px] grid grid-cols-2 md:w-auto w-[7em]">
+ <div class="md:flex flex-row items-center gap-2 pl-2 md:text-[20px] text-[10px] grid grid-cols-3 md:w-auto w-[7em]">
3
<!-- Waiting: Player Actions -->
4
<template v-if="!isPlaying && roomPlayer.role === PlayerRole.player">
5
<button class="btn btn-circle md:btn-lg btn-soft tooltip tooltip-left"
0 commit comments