Update block, address & tx preview layouts
This commit is contained in:
@@ -1,17 +1,6 @@
|
||||
.title {
|
||||
font-size: 52px;
|
||||
margin: 0;
|
||||
width: 0;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.table {
|
||||
font-size: 32px;
|
||||
margin-top: 36px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.badges {
|
||||
@@ -37,11 +26,11 @@
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
&:nth-child(odd) {
|
||||
background: #181b2d;
|
||||
margin: 15px 0;
|
||||
}
|
||||
.row.nodes {
|
||||
background: #181b2d;
|
||||
margin: 15px 0 0;
|
||||
}
|
||||
|
||||
.nodes {
|
||||
@@ -60,7 +49,7 @@
|
||||
min-width: 470px;
|
||||
padding: 0;
|
||||
background: #181b2d;
|
||||
max-height: 470px;
|
||||
max-height: 350px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user