Implemented status bar with some status information: sync process, connected nodes and blockchain height.
This commit is contained in:
Vendored
+9
@@ -10846,4 +10846,13 @@ html {
|
||||
width: 50%;
|
||||
top: 10pt;
|
||||
right: 10pt;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #f4f4f4;
|
||||
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
z-index: 9;
|
||||
}
|
||||
Reference in New Issue
Block a user