Skip to content

Commit fed1da8

Browse files
committed
🎈 perf: 优化移动端样式
1 parent bc82527 commit fed1da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/frontend/src/components/common/RoomControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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]">
2+
<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]">
33
<!-- Waiting: Player Actions -->
44
<template v-if="!isPlaying && roomPlayer.role === PlayerRole.player">
55
<button class="btn btn-circle md:btn-lg btn-soft tooltip tooltip-left"

0 commit comments

Comments
 (0)