...
This commit is contained in:
		@@ -237,9 +237,12 @@ html, body {
 | 
			
		||||
  height: 185px;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 190px;
 | 
			
		||||
  /*top: 190px;
 | 
			
		||||
  transform: translateX(-50%);*/
 | 
			
		||||
  left: 50%;
 | 
			
		||||
  transform: translateX(-50%);
 | 
			
		||||
  top: 39%;
 | 
			
		||||
  transform: translate(-50%, -39%);
 | 
			
		||||
  
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#player_self {
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  <link rel="stylesheet" href="./css/msgbox.css" />
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<div id="menu" style="display: block">
 | 
			
		||||
<div id="menu" style="display: none">
 | 
			
		||||
  <div id="menu_title">Menu</div>
 | 
			
		||||
  <div class="menu_new">
 | 
			
		||||
    <button class="menu_new">new</button>
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
    <button class="menu_join">join</button>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<div id="black" style="display: block"></div>
 | 
			
		||||
<div id="black" style="display: none"></div>
 | 
			
		||||
<div id="layer_game">
 | 
			
		||||
  <div id="debug" style="display: none">
 | 
			
		||||
    <a href="#" id="newcard">new card</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user