mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
improve stratum table layout on mobile
This commit is contained in:
parent
2e44ea3f01
commit
363fa3d877
1 changed files with 20 additions and 0 deletions
|
@ -104,6 +104,26 @@ td {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.stratum-table {
|
||||
td {
|
||||
&.tag {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
.stratum-table {
|
||||
td {
|
||||
&.reward {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
position: relative;
|
||||
color: #FFF;
|
||||
|
|
Loading…
Add table
Reference in a new issue