Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4b65f9e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Dec 23, 2024
1 parent 8bf1a30 commit 430f702
Show file tree
Hide file tree
Showing 6 changed files with 635 additions and 626 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ hr {
.life-input--button:active { opacity: 0.7; }

.life-input--amount { font-size: 5rem; position: absolute; left: calc(50% - 4rem); width: 8rem; height: 8rem; border-radius: 4rem; display: flex; justify-content: center; align-items: center; pointer-events: none; }
.life-input--amount button { font-size: inherit; background: none; border: none; outline: none; pointer-events: auto; }

.life-input--amount-history {
position: absolute;
Expand Down Expand Up @@ -299,7 +300,7 @@ hr {
}
.counter-preview--col-action-panel {
position: absolute;
width: 100%;
left: calc(50% - 1.5rem);
height: 100%;
display: flex;
flex-direction: column;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<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="b59392f7f65f1451886ef9f9f5c976984cbed55b">
<meta name="app-version" content="4b65f9e40354f9bf5227e1462567daffb46f36ec">
<meta name="description" content="Life counter app for 2 - 4 players. Supports game profiles, count up/down.">
<title>Life counter</title>
<link rel="stylesheet" href="css/styles.0362a268cb9e6f09cf1ee79e5d8dda7a3b323c2e.css">
<link rel="stylesheet" href="css/styles.ada170871e535fe3219ab9fb04d1e0fca6620e97.css">
<link rel="icon" href="img/icon.svg?v=b3cd199fa393cac0b3f9d6aa5455e842cfbd3e74" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/icon_192.png?v=674cd2d1dc276ad519989ce15065a91a373dff99">
<link rel="manifest" href="manifest.json?v=1c0483bfe2ff58177dc0b6172c338282212b93e2">
</head>
<body>
<div id="app"></div>
<script src="js/app.86D37B63FBFD9D7255084C5B778CE43A.js"></script>
<script src="js/app.2DC51E26C0D7572BF9847AFA7C1B614B.js"></script>
<script>app.core.init();</script>
</body>
</html>
Loading

0 comments on commit 430f702

Please sign in to comment.