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

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
+3 -1
View File
@@ -38,6 +38,7 @@
flex-grow: 1;
display:flex;
flex-flow: row;
max-height:22px;
}
.chiefTurnBox .turnHeader{
@@ -69,10 +70,11 @@
line-height:21px;
}
.chiefTurnText{
.chiefTurnPad{
border-top:solid 0.67px #888888;
table-layout: fixed;
width:192px;
line-height:21px;
flex-grow: 1;
white-space:nowrap;
}
+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;
}