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">
|
||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
||||
<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>
|
||||
<body>
|
||||
|
||||
@@ -87,8 +87,8 @@
|
||||
<!-- Javascript -->
|
||||
<script src="config.js?"></script>
|
||||
<script src="lang/languages.js"></script>
|
||||
<script src="js/common.js?v=20260324b"></script>
|
||||
<script src="js/custom.js?v=20260324b"></script>
|
||||
<script src="js/common.js?v=20260324c"></script>
|
||||
<script src="js/custom.js?v=20260324c"></script>
|
||||
<script>
|
||||
// Store last pool statistics
|
||||
let lastStats;
|
||||
|
||||
@@ -365,8 +365,8 @@ footer a {
|
||||
|
||||
.nav-shell,
|
||||
.top-bar-shell {
|
||||
width: 100%;
|
||||
max-width: var(--content-max-width);
|
||||
width: fit-content;
|
||||
max-width: calc(100% - 68px);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user