Stabilize overview metrics on mobile
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 25s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 25s
This commit is contained in:
@@ -228,6 +228,28 @@ footer a {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#poolStats > div,
|
||||
#networkStats > div,
|
||||
#poolDetails {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#poolStats > div::before,
|
||||
#poolStats > div::after,
|
||||
#networkStats > div::before,
|
||||
#networkStats > div::after,
|
||||
#poolDetails::before,
|
||||
#poolDetails::after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
#poolStats > div::after,
|
||||
#networkStats > div::after,
|
||||
#poolDetails::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.section-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -902,6 +924,13 @@ textarea:focus {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#mainPoolStats > div,
|
||||
#networkStats > div > div,
|
||||
#poolDetails > div {
|
||||
float: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.infoBox .icon {
|
||||
font-size: 48px;
|
||||
line-height: 48px;
|
||||
|
||||
Reference in New Issue
Block a user