@@ -338,6 +338,9 @@ section {
338
338
box-sizing : border-box;
339
339
height : 234px ;
340
340
}
341
+ .I {
342
+ width : 234px ;
343
+ }
341
344
.mcheads {
342
345
display : flex;
343
346
flex-wrap : wrap;
@@ -367,6 +370,11 @@ section {
367
370
font-weight : 300 ;
368
371
font-size : 14px ;
369
372
}
373
+ .mapname {
374
+ white-space : nowrap;
375
+ overflow : hidden;
376
+ text-overflow : ellipsis;
377
+ }
370
378
@media only screen and (min-width : 1700px ) {
371
379
.container {width : 75% ;}
372
380
}
@@ -380,11 +388,13 @@ section {
380
388
381
389
}
382
390
@media only screen and (max-width : 1280px ) {
383
- .map {height : 220px ;}
391
+ .map {height : 220px }
392
+ .I {width : 220px ;}
384
393
.II .csgo td .name {max-width : 200px ;}
385
394
}
386
395
@media only screen and (max-width : 1200px ) {
387
396
.map {height : 200px ;}
397
+ .I {width : 200px ;}
388
398
.IV {min-width : 190px }
389
399
}
390
400
@media only screen and (max-width : 1130px ) {
@@ -394,6 +404,7 @@ section {
394
404
}
395
405
@media only screen and (max-width : 1024px ) {
396
406
.map {height : 180px }
407
+ .I {width : 180px ;}
397
408
.IV {min-width : 165px ;}
398
409
.vchartdiv {padding : 12px 5px 10px 5px ;}
399
410
# twitter-widget-0 {width : 260px !important ;}
@@ -408,6 +419,7 @@ section {
408
419
@media only screen and (max-width : 950px ) {
409
420
.II , .movediv {display : none;}
410
421
.map {height : 210px }
422
+ .I {width : 210px ;}
411
423
.I .valheim {width : 100% !important ;}
412
424
# twitter-widget-0 {width : calc (100% - 4px )!important ;margin-right : 4px !important ;}
413
425
}
@@ -416,6 +428,7 @@ section {
416
428
}
417
429
@media only screen and (max-width : 750px ) {
418
430
.map {height : 180px }
431
+ .I {width : 180px ;}
419
432
.I , .movediv , .connectlink_cell {display : none}
420
433
.IV {min-width : 200px }
421
434
.IV , .V {margin : auto;width : 100% ;}
0 commit comments