File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1383,9 +1383,10 @@ div#gamelist {
13831383 display : inline-block;
13841384 border : 1px solid white;
13851385 padding : 0.5vh 2vw ;
1386- width : 9 vw ;
1386+ width : 9 em ;
13871387 text-align : center;
13881388 color : orange;
1389+ margin-bottom : 1em ;
13891390}
13901391
13911392# lobbymenu {
@@ -1398,6 +1399,24 @@ div#gamelist {
13981399 background-color : rgba (0 , 0 , 0 , .5 );
13991400}
14001401
1402+ .kickbutton {
1403+ width : 1em ;
1404+ height : 1em ;
1405+ display : inline-block;
1406+ border : 1px solid white;
1407+ position : relative;
1408+ top : .1em ;
1409+ }
1410+
1411+ input # player1lobbyslot ,
1412+ input # player2lobbyslot ,
1413+ input # player3lobbyslot ,
1414+ input # player4lobbyslot {
1415+ background : rgba (0 , 0 , 0 , .5 );
1416+ border : 1px solid # 444 ;
1417+ margin-bottom : 0.5em ;
1418+ }
1419+
14011420
14021421/* =========================================
14031422=================================
Original file line number Diff line number Diff line change @@ -674,22 +674,22 @@ <h3 data-translation-launchersettings style="text-align: left; border-top: 1px s
674674 < span id ="lobbygotoduel "> Duel</ span >
675675 < span id ="lobbygotospectate "> Spectate</ span >
676676 < div class ="slot ">
677- < input type =" checkbox " id =" player1lobbykick " >
677+ < div id =" player1lobbykick " class =" kickbutton " > </ div >
678678 < input id ="player1lobbyslot " placeholder ="empty slot ">
679679 < input type ="checkbox " id ="player1lobbycheck ">
680680 </ div >
681681 < div class ="slot ">
682- < input type =" checkbox " id =" player2lobbykick " >
682+ < div id =" player2lobbykick " class =" kickbutton " > </ div >
683683 < input id ="player2lobbyslot " placeholder ="empty slot ">
684684 < input type ="checkbox " id ="player2lobbycheck ">
685685 </ div >
686686 < div class ="slot ">
687- < input type =" checkbox " id =" player3lobbykick " >
687+ < div id =" player3lobbykick " class =" kickbutton " > </ div >
688688 < input id ="player3lobbyslot " placeholder ="empty slot ">
689689 < input type ="checkbox " id ="player3lobbycheck ">
690690 </ div >
691691 < div class ="slot ">
692- < input type =" checkbox " id =" player4lobbykick " >
692+ < div id =" player4lobbykick " class =" kickbutton " > </ div >
693693 < input id ="player4lobbyslot " placeholder ="empty slot ">
694694 < input type ="checkbox " id ="player4lobbycheck ">
695695 </ div >
You can’t perform that action at this time.
0 commit comments