Bust pool asset cache and center stats shell
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
||||||
<link href="themes/default.css?" rel="stylesheet">
|
<link href="themes/default.css?" rel="stylesheet">
|
||||||
<link href="themes/custom.css?v=20260324b" rel="stylesheet">
|
<link href="themes/custom.css?v=20260324c" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -87,8 +87,8 @@
|
|||||||
<!-- Javascript -->
|
<!-- Javascript -->
|
||||||
<script src="config.js?"></script>
|
<script src="config.js?"></script>
|
||||||
<script src="lang/languages.js"></script>
|
<script src="lang/languages.js"></script>
|
||||||
<script src="js/common.js?v=20260324b"></script>
|
<script src="js/common.js?v=20260324c"></script>
|
||||||
<script src="js/custom.js?v=20260324b"></script>
|
<script src="js/custom.js?v=20260324c"></script>
|
||||||
<script>
|
<script>
|
||||||
// Store last pool statistics
|
// Store last pool statistics
|
||||||
let lastStats;
|
let lastStats;
|
||||||
|
|||||||
@@ -365,8 +365,8 @@ footer a {
|
|||||||
|
|
||||||
.nav-shell,
|
.nav-shell,
|
||||||
.top-bar-shell {
|
.top-bar-shell {
|
||||||
width: 100%;
|
width: fit-content;
|
||||||
max-width: var(--content-max-width);
|
max-width: calc(100% - 68px);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user