more cosmetic improvements

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 22:03:01 +03:00
parent b7a5de9f26
commit 9ba81825b7
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="icon.svg">
<link rel="apple-touch-icon" href="icon-192.png">
<link rel="stylesheet" href="styles.css?v=10">
<link rel="stylesheet" href="styles.css?v=11">
</head>
<body>
<div id="app">
@@ -158,10 +158,10 @@
</div>
<script type="module" src="app.js?v=10"></script>
<script type="module" src="app.js?v=11"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js?v=10').catch(() => {});
navigator.serviceWorker.register('/sw.js?v=11').catch(() => {});
}
</script>
</body>
+1
View File
@@ -591,6 +591,7 @@ body {
.result-arrow {
color: var(--text-dim);
flex-shrink: 0;
font-size: 1.4rem;
}
.result-decimal {
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'numnum-v10';
const CACHE_NAME = 'numnum-v11';
const ASSETS = [
'/',
'/index.html',