Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Nov 7, 2022
1 parent 717fa02 commit a798490
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Contract extends React.Component {
}
title={<Link className="asset-link w450 ellipsis" to={"/contract/detail:" + item.hash} title={t("show detail")}>{item.name}</Link>}
/>
<Typography>{item.hash} <Copy msg={item.hash} /></Typography>
<Typography className='code'>{item.hash} <Copy msg={item.hash} /></Typography>
</List.Item>
)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class Transaction extends React.Component {
/> */}
<div className="trans-detail">
<p>
<Link className="w500 ellipsis hash"
<Link className="w500 ellipsis hash code"
to={{
pathname: local + item.txId,
state: { from: path }
Expand Down
5 changes: 3 additions & 2 deletions neo3-gui/neo3-gui/ClientApp/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ body {
-moz-osx-font-smoothing: grayscale;
}

.code,
.code:hover,
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}


Expand Down
2 changes: 1 addition & 1 deletion neo3-gui/neo3-gui/ClientApp/src/static/css/trans.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
.ant-list-item:hover .trans-detail .hash,
.ant-list-item:hover .trans-detail a {
font-weight: 700;
letter-spacing: 0.44px;
/* letter-spacing: 0.44px; */
}
.trans-detail {
display: inline-block;
Expand Down

0 comments on commit a798490

Please sign in to comment.