refactor miner name truncation

This commit is contained in:
Mononaut
2024-09-24 17:28:46 +00:00
parent 1f84e1722f
commit b29c4cf228
9 changed files with 53 additions and 86 deletions

View File

@@ -81,17 +81,9 @@ 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;
.miner-name {
margin-right: 4px;
vertical-align: top;
}
.pool-logo {