버그 수정, 커맨드 사이즈 자동 반영
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user