File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/client/src/feature Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export const Game = () => {
247
247
}
248
248
249
249
return (
250
- < div className = "w-[calc(100vw-20rem )]" >
250
+ < div className = "w-[calc(100vw-24rem )]" >
251
251
< div className = "grid justify-center mt-8" >
252
252
< canvas ref = { canvasRef }
253
253
onMouseLeave = { ( ) => {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import {
37
37
export const GamePanel = ( { zoom, setZoom} ) => {
38
38
return (
39
39
< div className = "fixed top-0 right-0 z-1 h-full bg-slate-800 border-l-2 border-slate-700" >
40
- < div className = "w-80 pr-3 pt-4 pl-2 h-full flex flex-col gap-y-1" >
40
+ < div className = "w-[24rem] pr-3 pt-4 pl-2 h-full flex flex-col gap-y-1" >
41
41
< Panel zoom = { zoom } setZoom = { setZoom } />
42
42
</ div >
43
43
</ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
15
15
export const LobbyPanel = ( ) => {
16
16
return (
17
- < div className = "fixed top-0 right-0 w-64 h-full bg-slate-800 border-l-2 border-slate-700" >
17
+ < div className = "fixed top-0 right-0 w-[24rem] h-full bg-slate-800 border-l-2 border-slate-700" >
18
18
< div className = "pt-2" >
19
19
< Panel />
20
20
</ div >
You can’t perform that action at this time.
0 commit comments