Bust pool asset cache and center stats shell
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 14:14:05 +01:00
parent 9d97da86e1
commit 3e1da47340
2 changed files with 5 additions and 5 deletions

View File

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

View File

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