버그 수정, 커맨드 사이즈 자동 반영

This commit is contained in:
2020-03-08 13:18:54 +09:00
parent 0d39add09c
commit d21c2f67ba
8 changed files with 47 additions and 9 deletions
+12
View File
@@ -86,3 +86,15 @@ color:white;
#sidebar button{
/*width:100px;*/
}
.turn_pad{
white-space:nowrap;
font-weight:lighter;
max-width: 162px;
width: 162px;
}
.turn_pad .turn_text{
display:inline-block;
}