Skip to content

Commit

Permalink
Deploying to gh-pages from @ ae8c911 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Jan 18, 2024
1 parent 3828845 commit 937fd13
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ body {
}

.game-box {
height: 100%;
display: flex;
flex-grow: 1;
}
Expand Down Expand Up @@ -85,7 +86,7 @@ body {

.status-bar {
display: flex;
gap: 3rem;
gap: 1rem;
padding: 0.5rem;
color: var(--text-color);
writing-mode: vertical-rl;
Expand All @@ -103,9 +104,10 @@ body {

.game-line {
width: 100%;
height: 100%;
height: 0;
display: flex;
gap: 0.2rem;
flex-grow: 1;
}

.bar {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#121212">
<meta name="app-version" content="d59a98361d87b7a360ad57258bad7b6a01f653f0">
<meta name="app-version" content="ae8c9112320cd99cb5827734692c5abc32510c76">
<meta name="description" content="Backgammon app that works offline.">
<title>Backgammon</title>
<link rel="stylesheet" href="css/styles.db66a53c8904774df80ed2dacb765b8191c11396.css">
<link rel="stylesheet" href="css/styles.f9530c71096446ed260603d51eb361ffcf99c776.css">
<link rel="icon" href="img/icon.svg?v=ab1961bab6f73abb19db05376a9dc47db4f1efd8" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/icon_192.png?v=823ae89182d23f6f4b31d3b045174b23eb13570b">
<link rel="manifest" href="manifest.json?v=91bd2a47e3a2d20684ea441ac4fcecbb65eb3a84">
Expand Down
2 changes: 1 addition & 1 deletion js/app.D35CBF5DBEB69D0EA64F78B4CBC9BE5F.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const relatedAppVersion = "d59a98361d87b7a360ad57258bad7b6a01f653f0";
const urlsToCache = ["index.html","manifest.json","img/icon.svg","js/app.D35CBF5DBEB69D0EA64F78B4CBC9BE5F.js","css/styles.db66a53c8904774df80ed2dacb765b8191c11396.css"];
const relatedAppVersion = "ae8c9112320cd99cb5827734692c5abc32510c76";
const urlsToCache = ["index.html","manifest.json","img/icon.svg","js/app.D35CBF5DBEB69D0EA64F78B4CBC9BE5F.js","css/styles.f9530c71096446ed260603d51eb361ffcf99c776.css"];

const cacheKeyPrefix = 'nenadalm.backgammon.';
const cacheKey = `${cacheKeyPrefix}resources.${relatedAppVersion}`;
Expand Down

0 comments on commit 937fd13

Please sign in to comment.