Add logo to tx tracker page, fix bugs

This commit is contained in:
Mononaut
2024-04-13 12:26:30 +00:00
parent 8c3f11622c
commit 88df2878cb
2 changed files with 28 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
.mobile-container {
width: 100vw;
height: 100vh;
height: 100svh;
max-width: 600px;
max-height: 1000px;
box-sizing: border-box;
@@ -21,6 +22,29 @@
}
}
.heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
& > * {
flex-basis: 0;
flex-grow: 1;
}
.heading-label {
text-align: center;
margin: 0 1em;
}
}
.nav-header {
position: relative;
box-shadow: 0 -5px 15px #000;
z-index: 100;
}
.blockchain-wrapper {
position: relative;
display: flex;