mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Polish UI
This commit is contained in:
@@ -118,7 +118,7 @@ class ExpressionElementTableRow extends React.Component<ExpressionElementRowProp
|
||||
return <tr className={"row-with-bits " + css}>
|
||||
<td className="sign">{sign}</td>
|
||||
<td className="label">
|
||||
<span>{this.getLabel()}</span>
|
||||
{this.getLabel()}
|
||||
</td>
|
||||
<td className="bin">
|
||||
<BinaryStringView
|
||||
@@ -143,7 +143,7 @@ class ExpressionElementTableRow extends React.Component<ExpressionElementRowProp
|
||||
: null;
|
||||
}
|
||||
|
||||
getLabel(): string {
|
||||
getLabel(): string {
|
||||
|
||||
// For expressions like |~2
|
||||
// TODO: find a better way...
|
||||
|
||||
@@ -30,8 +30,6 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.label { width: 5em; overflow: visible;}
|
||||
.label span {position: global;}
|
||||
.hidden { display: none;}
|
||||
|
||||
.result { margin: 10px 10px 30px; }
|
||||
|
||||
Reference in New Issue
Block a user