Update block, address & tx preview layouts

This commit is contained in:
Mononaut
2022-09-01 17:01:31 +00:00
parent 595bfc2551
commit d9b47f3546
12 changed files with 114 additions and 155 deletions

View File

@@ -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;
}