Sync some constants, operators, and functions for skin editor. (2)
This commit is contained in:
@@ -161,18 +161,26 @@ input {
|
||||
|
||||
.t-exp.t-inline {
|
||||
margin: 0 2px;
|
||||
padding: 2px;
|
||||
padding: 2px 1px;
|
||||
}
|
||||
|
||||
.t-exp .t-inline {
|
||||
margin: 0 2px 2px 2px;
|
||||
margin: 0 0 2px 0;
|
||||
}
|
||||
|
||||
.mode-hide-delete .t-exp .t-inline {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mode-hide-delete .t-exp.t-inline {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.t-exp .t-statement {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
border-left: solid 1px orangered;
|
||||
padding: 0;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.t-exp:hover {
|
||||
|
Reference in New Issue
Block a user