Skip to content

Commit

Permalink
fix(ui): fix block detail separate line height
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jun 12, 2019
1 parent 5e092f1 commit 4996e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/BlockDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default (props: React.PropsWithoutRef<RouteComponentProps<{ hash: string
})}
</div>
<div>
<div />
<div className="separate__line" />
<div>
{BlockRightItems[0].value ? (
<Link
Expand Down
4 changes: 2 additions & 2 deletions web/src/pages/BlockDetail/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ export const BlockCommonContent = styled.div`
display: flex;
flex: 1;
min-width: 350px;
> div:nth-child(1) {
.separate__line {
width: 1px;
height: 360px;
height: 336px;
background: #3cc68a;
content: '';
margin-right: 82px;
Expand Down

0 comments on commit 4996e6b

Please sign in to comment.