show miner name on block timeline
This commit is contained in:
@@ -81,6 +81,33 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
.on-pool-container {
|
||||
display: inline;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.on-pool {
|
||||
background-color: var(--bg);
|
||||
display: inline-block;
|
||||
margin-top: 4px;
|
||||
padding: .25em .4em;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.on-pool-text {
|
||||
font-weight: normal;
|
||||
color: gray;
|
||||
padding-inline-end: 4px;
|
||||
}
|
||||
|
||||
.pool-logo {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.row {
|
||||
flex-direction: column;
|
||||
@media (min-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user