Sync some constants, operators, and functions for skin editor. (2)

This commit is contained in:
2023-03-15 10:02:09 +08:00
parent df5133a91a
commit d72216de8b
3 changed files with 66 additions and 8 deletions

View File

@@ -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 {