improve stratum table layout on mobile

This commit is contained in:
Mononaut
2025-01-22 09:16:25 +00:00
parent 2e44ea3f01
commit 363fa3d877

View File

@@ -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;