Skip to content

Commit 44e273f

Browse files
committed
Add width to class I
1 parent dfef9b4 commit 44e273f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ section {
338338
box-sizing: border-box;
339339
height: 234px;
340340
}
341+
.I {
342+
width: 234px;
343+
}
341344
.mcheads {
342345
display: flex;
343346
flex-wrap: wrap;
@@ -367,6 +370,11 @@ section {
367370
font-weight: 300;
368371
font-size: 14px;
369372
}
373+
.mapname {
374+
white-space: nowrap;
375+
overflow: hidden;
376+
text-overflow: ellipsis;
377+
}
370378
@media only screen and (min-width: 1700px) {
371379
.container {width: 75%;}
372380
}
@@ -380,11 +388,13 @@ section {
380388

381389
}
382390
@media only screen and (max-width: 1280px) {
383-
.map {height: 220px;}
391+
.map {height: 220px}
392+
.I {width: 220px;}
384393
.II.csgo td.name {max-width: 200px;}
385394
}
386395
@media only screen and (max-width: 1200px) {
387396
.map {height: 200px;}
397+
.I {width: 200px;}
388398
.IV {min-width: 190px}
389399
}
390400
@media only screen and (max-width: 1130px) {
@@ -394,6 +404,7 @@ section {
394404
}
395405
@media only screen and (max-width: 1024px) {
396406
.map {height: 180px}
407+
.I {width: 180px;}
397408
.IV {min-width: 165px;}
398409
.vchartdiv {padding: 12px 5px 10px 5px;}
399410
#twitter-widget-0 {width:260px!important;}
@@ -408,6 +419,7 @@ section {
408419
@media only screen and (max-width: 950px) {
409420
.II, .movediv {display: none;}
410421
.map {height: 210px}
422+
.I {width: 210px;}
411423
.I.valheim {width:100%!important;}
412424
#twitter-widget-0 {width: calc(100% - 4px)!important;margin-right: 4px!important;}
413425
}
@@ -416,6 +428,7 @@ section {
416428
}
417429
@media only screen and (max-width: 750px) {
418430
.map {height: 180px}
431+
.I {width: 180px;}
419432
.I, .movediv, .connectlink_cell {display: none}
420433
.IV {min-width: 200px}
421434
.IV, .V {margin:auto;width: 100%;}

0 commit comments

Comments
 (0)