File tree Expand file tree Collapse file tree 5 files changed +5
-43
lines changed Expand file tree Collapse file tree 5 files changed +5
-43
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 5.5.2 " ,
3
+ "version" : " 5.5.3 " ,
4
4
"description" : " React frontend for the Cards 110" ,
5
5
"author" : " Daithi Hearn" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"short_name" : " Cards 110" ,
3
3
"name" : " Cards 110" ,
4
- "version" : " 5.5.2 " ,
4
+ "version" : " 5.5.3 " ,
5
5
"icons" : [
6
6
{
7
7
"src" : " ./assets/favicon.png" ,
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ const GameWrapper = () => {
26
26
< Card className = "p-6 gameContainer" inverse >
27
27
< PlayersAndCards />
28
28
29
- { ! iamSpectator ? < MyCards /> : null }
30
29
{ ! iamSpectator && isCalling ? < Calling /> : null }
31
30
{ ! iamSpectator && isBuying ? < Buying /> : null }
32
31
{ ! iamSpectator ? < SelectSuit /> : null }
32
+ { ! iamSpectator ? < MyCards /> : null }
33
33
</ Card >
34
34
</ CardGroup >
35
35
)
Original file line number Diff line number Diff line change 19
19
20
20
.game_wrap {
21
21
min-width : 650px ;
22
+ max-width : 800px ;
22
23
overflow : overlay ;
23
24
margin-left : auto ;
24
25
margin-right : auto ;
257
258
}
258
259
@media screen and (min-width : 800px ) {
259
260
.game_wrap {
260
- min-width : 0 ;
261
261
max-width : 790px ;
262
262
}
263
263
.rwd-table tr :hover:not (:first-child ) {
311
311
}
312
312
}
313
313
314
- .game_wrap {
315
- min-width : 1000px ;
316
- max-width : 1300px ;
317
- }
318
-
319
314
.diplay_image_size {
320
315
max-width : 1100px ;
321
316
max-height : 1024px ;
322
317
}
323
318
324
319
@media only screen and (max-width : 1324px ) {
325
- .game_wrap {
326
- min-width : 1100px ;
327
- max-width : 1300px ;
328
- }
329
320
330
321
.diplay_image_size {
331
322
max-width : 1100px ;
334
325
}
335
326
336
327
@media only screen and (max-width : 1224px ) {
337
- .game_wrap {
338
- min-width : 900px ;
339
- max-width : 1100px ;
340
- }
341
328
342
329
.diplay_image_size {
343
330
max-width : 1020px ;
346
333
}
347
334
348
335
@media only screen and (max-width : 1124px ) {
349
- .game_wrap {
350
- min-width : 800px ;
351
- max-width : 1000px ;
352
- }
353
336
354
337
.diplay_image_size {
355
338
max-width : 920px ;
358
341
}
359
342
360
343
@media only screen and (max-width : 1024px ) {
361
- .game_wrap {
362
- min-width : 700px ;
363
- max-width : 900px ;
364
- }
365
344
366
345
.diplay_image_size {
367
346
max-width : 800px ;
371
350
372
351
// Resposiveness for Mobile view.
373
352
@media only screen and (max-width : 925px ) {
374
- .game_wrap {
375
- min-width : 700px ;
376
- max-width : 900px ;
377
- }
378
353
379
354
.diplay_image_size {
380
355
max-width : 850px ;
405
380
}
406
381
407
382
@media only screen and (max-width : 900px ) {
408
- .game_wrap {
409
- min-width : 750px ;
410
- max-width : 823px ;
411
- }
412
383
413
384
.diplay_image_size {
414
385
max-width : 790px ;
417
388
}
418
389
419
390
@media only screen and (max-width : 823px ) {
420
- .game_wrap {
421
- min-width : 700px ;
422
- max-width : 800px ;
423
- }
424
391
425
392
.diplay_image_size {
426
393
max-width : 760px ;
429
396
}
430
397
431
398
@media only screen and (max-width : 812px ) {
432
- .game_wrap {
433
- min-width : 0 ;
434
- max-width : 800px ;
435
- }
436
399
437
400
.diplay_image_size {
438
401
max-width : 720px ;
Original file line number Diff line number Diff line change 8
8
background-color : #2f855a ;
9
9
position : fixed ;
10
10
width : 100% ;
11
- height : 100 vh ;
11
+ height : 100 % ;
12
12
overflow : overlay ;
13
- padding-bottom : 100px ;
14
13
15
14
& _mainBody {
16
15
width : 100% ;
You can’t perform that action at this time.
0 commit comments